This is a open source framework for the facebook messenger bot using python and wit.ai API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Creating Facebook page ID
Create a Project
Installing python3.0
https://www.python.org/
A step by step series of examples that tell you how to get a development env running
Installing virtual environment
pip install virtualenv
Running the Virtual Environment
virtualenv myvenv
myvenv\Scripts\activate
Installing Flask
pip install flask
Installing Requests
pip install requests
Installing Pymessenger
pip install pymessenger
https://ngrok.com/
ngrok.exe http 80
python app.py
Copy https forwarding url in ngrok
Paste in callback url under facebook developers webhook topic
type hello in verify token
For using wit.ai read the following documentation
https://wit.ai/docs
- Ayush Sahu - Initial work - ayushsahu1999
This project is licensed under the GNU License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc