Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.57 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.57 KB

allmysubs.com

YouTube is known for optimizing the subscription feed. Some users don't like that and long for a chronologically ordered video list of all their subscriptions.

This is the source code for the website allmysubs.com

Notes

Before running or deploying this application, install the dependencies using pip:

source env/bin/activate
pip install -t lib -r requirements.txt

Run locally

Disable https when developling locally:

  1. Start datastore emulator

     gcloud beta emulators datastore start
     $(gcloud beta emulators datastore env-init)
    
  2. Start application

     dev_appserver.py --env_var OAUTHLIB_INSECURE_TRANSPORT=1 .
    

Documentation