Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 272 Bytes

File metadata and controls

14 lines (9 loc) · 272 Bytes

Flask KitchenSink

Sample bot using Flask

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