Skip to content

N15RA/live_comment

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published