- 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 inbroadcast.py
- Specify the
-
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