It is an echo bot using line-bot-sdk-python.
- Python >= 3.8
- Flask 3.0.0
- line_bot_sdk 3.5.0
- Install requirements
pip install -r requirements.txt
- Rename
config.example.py
toconfig.py
- Change the content in
config.py
to your own information - Run the program
python echo.py
python text.py
python chat.py
Distributed under the MIT License. See LICENSE for more information.