- Set up a virtualenv and install dependencies.
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
-
Get an Facebook Graph Access Token (with group permissions) and put it in token.txt. (I think you have to be in all of the private groups for this the progam to work)
-
Run server.py