Supports the LINE Message API version 3. LineBot SDK and Flask are required.
pip install line-bot-sdk Flask
Please fill the LineBot information in config.py
then run the example code by
python example.py
.
https://pypi.org/project/line-bot-sdk/
https://pypi.org/project/Flask/