Skip to content

Files

Latest commit

c9aa518 · Jul 3, 2023

History

History

simple-server-echo

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