Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 494 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 494 Bytes

live comment

Setup

  • Dependencies
pip install virtualenv
virtualenv venv
source ./venv/bin/activate
pip install -r ./requirement.txt
  • Download OAuth Client Token from Google API Console

    • Specify the CLIENT_SECRETS_FILE variable in broadcast.py
  • Initialize the db

python ./manage.py db init
python ./manage.py db migrate
python ./manage.py db upgrade
  • Run (For test only)
python broadcast.py