Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 317 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 317 Bytes

Simple Server Echo

Sample echo-bot using wsgiref.simple_server

Getting started

$ export LINE_CHANNEL_SECRET=YOUR_LINE_CHANNEL_SECRET
$ export LINE_CHANNEL_ACCESS_TOKEN=YOUR_LINE_CHANNEL_ACCESS_TOKEN

$ pip install -r requirements.txt

$ python app.py