Skip to content

Files

Latest commit

LAU KENNETHLAU KENNETH
LAU KENNETH
and
LAU KENNETH
Oct 24, 2016
ed0ad1c · Oct 24, 2016

History

History
24 lines (16 loc) · 369 Bytes

File metadata and controls

24 lines (16 loc) · 369 Bytes

Flask Echo

Sample echo-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

Run WebhookParser sample

$ python app.py

Run WebhookHandler sample

$ python app_with_handler.py