This bot is a hobby project to play with the Facebook messenger API and SqlAlchemy!. Inspired by the pymessemer repo.
- Python>3.5
- Clone the app.
- Make sure to edit and rename the env-sample file to .env. Follow this quickstart to set up the facebook environment variables. I used a free managed Posgresql service at elephantsql as my database.
$ python python -m pip -r install requirements.txt
$ cd Python-Messenger-Bot
$ python app.py