No description
Find a file
Mihai Parparita d831754422 Stop querying for the organization list.
The changes to the repositories and organization APIs are live
(https://developer.github.com/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/)
and thus the scopes used for the public repositories only option are no longer
sufficient to list organizations. However, it's no longer necessary to do that
in the first place, since the user repository list now includes repos from
organizations.
2015-08-18 22:13:38 -07:00
app Stop querying for the organization list. 2015-08-18 22:13:38 -07:00
assets Flesh out signed out homepage. 2014-12-13 23:57:59 -08:00
.gitignore Store OAuth token in a session cookie. 2014-07-26 15:34:47 -07:00
LICENSE App Engine skeleton. 2014-07-05 15:04:41 -07:00
README.md Update README with domain name. 2014-10-19 21:41:23 -07:00

RetroGit

Service that shows you your GitHub commits from a year ago. Includes a mail digest to that you can see each day what you were up to in the past.

It's currently running at https://www.retrogit.com/.

Running Locally

First, install the Go App Engine SDK.

Then, create github-oauth.json (you'll need to register a new app with GitHub) and session.json (with randomly-generated keys) files in the config directory, based on the sample files that are already there.

Finally, run:

dev_appserver.py --enable_sendmail=yes app

The server can the be accessed at http://localhost:8080/.

Deploying to App Engine

goapp deploy -oauth app