No description
Find a file
Mihai Parparita b96671fffd Start a background task to compute the digest as soon as the timezone is set.
Serves as a cache warmup, for cases where the user views their digest
immediately.
2014-10-15 22:51:21 -07:00
app Start a background task to compute the digest as soon as the timezone is set. 2014-10-15 22:51:21 -07: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 config files. 2014-10-11 16:31:00 -07:00

GitHop

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://git-hop.appspot.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