Skip to content

Files

Latest commit

c9aa518 · Jul 3, 2023

History

History

aiohttp-echo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 4, 2021
Jul 3, 2023
Oct 4, 2021

Flask Echo

Sample echo-bot using aiohttp

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