Skip to content

cysectsolution/fb_chatbot_flask

 
 

Repository files navigation

fb_chatbot_flask

A python template that uses flask to build a webhook for Facebook's Messenger Bot API. Deploys to Heroku.

Installation

Clone the repo
Create a virtual environment
Install all the requirements pip install -r requirements.txt

Deploying to heroku

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

About

A facebook bot developed using python flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.8%
  • Shell 8.8%
  • HTML 2.4%