sademban / line-bot-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 87.7%Language:Dockerfile 12.3%