A python template that uses flask to build a webhook for Facebook's Messenger Bot API. Deploys to Heroku.
Clone the repo
Create a virtual environment
Install all the requirements pip install -r requirements.txt
Ensure you have created a heroku app where you will be deploying your work.
On your command-line:
heroku login
git add .
git commit -m "my commit"
git push heroku master