Refer to the top-level README for instructions on running and deploying.
When running locally, you can use the Google Cloud SDK to provide authentication to use Google Cloud APIs:
$ gcloud init
Install dependencies, preferably with a virtualenv:
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
Start your application:
$ python main.py
Deploy using gcloud:
gcloud app deploy
You can now access the application at https://your-app-id.appspot.com.