Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricky9667/ricky-chatbot
A Line chatbot using Python and Heroku.
https://github.com/ricky9667/ricky-chatbot
flask heroku line-bot python
Last synced: 14 days ago
JSON representation
A Line chatbot using Python and Heroku.
- Host: GitHub
- URL: https://github.com/ricky9667/ricky-chatbot
- Owner: ricky9667
- Created: 2022-04-21T03:58:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T05:15:23.000Z (over 2 years ago)
- Last Synced: 2024-11-09T07:25:26.336Z (2 months ago)
- Topics: flask, heroku, line-bot, python
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ricky-chatbot
## Introduction
This Line Chatbot a demo project created for educational and personal purposes.
To use this chatbot, follow the instructions below:### 1. Download the LINE App
- [Download LINE here](https://line.me/en/)
- Create or login an account before the next instruction### 2. Add the chatbot official account
![@280sbeun](./img/bot_id.png)
### 3. Try commands
- Commands
- (O)verview: an overview of my information
- (A)bout: my basic introduction
- (S)kills: my experiences in programming and my projects
- (I)nterests: my interests and activities
- (C)ontact: my contact information
- (H)elp: show greeting message
- *Note*: uppercase and lowercase commands are both available
- `O`, `overview`, `Overview`, `OveRViEw` does the same thing## References
- [Line Messaging API](https://developers.line.biz/en/reference/messaging-api/)
- [Heroku](https://www.heroku.com)
- [Flask](https://flask.palletsprojects.com/en/2.1.x/)