/Chatbot-for-synonyms

chatbots?

Primary LanguageOpenEdge ABL

Facebook Messenger Bot

This is a simple python template that uses Flask to build a webhook for Facebook's Messenger Bot API.

Based on this.

need to setup a fb page, fb app an link them to heroku

"Messages"

Send "hello", a sentence beginning with "syn", a sentence beginning with "def" or any sentence. Common words are better.

To run locally(Linux) :

virtualenv venv source venv/bin/activate

pip install requirements.txt

python app.py