Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 793 Bytes

File metadata and controls

26 lines (18 loc) · 793 Bytes

A Bot for Facebook Messenger!

This bot is a hobby project to play with the Facebook messenger API and SqlAlchemy!. Inspired by the pymessemer repo.

Pre-requisites

  • Python>3.5

Deployment

Development environment

  1. Clone the app.
  2. 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