Combines data from ZenHub.io and GitHub to make some interesting charts.
- Create a new application in Google App Engine
- Copy the application ID into
.gaeid
- Create a
config.yaml
as below. - From the root folder run
dev/update
# Github application credentials
github:
id: <FROM GITHUB>
secret: <FROM GITHUB>
# URL of the appspot host
host: <YOUR APP NAME>.appspot.com
# An app-specific secret session key
webapp2_extras.sessions:
secret_key: <SOME LONG RANDOM THING>
When authenticating locally, Github will redirect you to the registered
(public) URL. To complete the authentication process, replace the URL in your web client
with the local url, for example replace http://whatever.appspot.com/auth/github?code=f0...ef&state=90..dd
with localhost:8080/auth/github?code=f0...ef&state=90..dd
.