zixsma / line-bot

testing line bot for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

testing line bot for python


Languages

Language:Python 100.0%