Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 548 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 548 Bytes

line-bot-python-example

About The Project

It is an echo bot using line-bot-sdk-python.

Usage

Requirements

  • Python >= 3.8
  • Flask 3.0.0
  • line_bot_sdk 3.5.0

Installation

  1. Install requirements
pip install -r requirements.txt
  1. Rename config.example.py to config.py
  2. Change the content in config.py to your own information
  3. Run the program
python echo.py
python text.py
python chat.py

License

Distributed under the MIT License. See LICENSE for more information.