Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 383 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 383 Bytes

HH-Aggregator

Installation

  1. Set up a virtualenv and install dependencies.
  • virtualenv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  1. 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)

  2. Run server.py