-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8134fe1
commit c2767fe
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
# Facebook Messenger Bot | ||
This is a simple python template that uses Flask to build a webhook for Facebook's Messenger Bot API. | ||
|
||
Read more in my [tutorial that uses this repository](https://tutorials.botsfloor.com/creating-your-messenger-bot-4f71af99d26b). | ||
|
||
The aim is to create chatbot with some added features of virtual assistant. | ||
**PS: Let me know if you want to contribute, I can add you as a tester to make the bot respond on your messages.** | ||
|
||
## TODO: | ||
- **Extend APIs**: Presently, it has been integrated with weather API only. Extend it to railway APIs for showing live train status, train between two stations, schedule and other stuffs.* | ||
|
||
- **0 understanding**: Unfortunately, most of the stuffs has been hard coded. Responses are being predicted on the basis of string matching. Integrate NLP APIs or self written codes to make conversation more realistic.* | ||
|
||
- **Schedule reminder**: This is more like your chatbot assistant. Extend the program to schedule a reminder for specific date and time and should ping the user accordingly with meaningful messages.* |