GitXplorerGitXplorer
n

githop

public
76 stars
10 forks
6 issues

Commits

List of commits on branch master.
Unverified
0c23810ac714161e826901cd0018fad3771c1296

Update README.md

nneonichu committed 8 years ago
Unverified
5d35ee13c34a73bd800b57283bca2505495dda32

Bump version number.

nneonichu committed 10 years ago
Unverified
a5d29da1c4e10ce4837db7736a3a35102d4c4426

Added `ReleaseEvent`

nneonichu committed 10 years ago
Unverified
23bdf1c7146c4701338edcf9eb5eec4c61d97c8a

Bump version number.

nneonichu committed 10 years ago
Unverified
fa1522db7175416cff30b068d57acce2b2496e85

Added `MemberEvent`.

nneonichu committed 10 years ago
Unverified
66e6fc326dbb8ffb867a7ced24c91fb265ff0722

Added link to Gist with web app code.

nneonichu committed 10 years ago

README

The README file for this repository.

githop 🐙⏰

No Maintenance Intended

Uses BigQuery and GitHub Archive to create something like TimeHop for GitHub. It will show you the things you did exactly one year ago.

Usage

If you are orta and it is 24th of May, 2015, you might see something like this:

$ githop
At 2014-05-24 11:54:54, you forked the repo cocodelabs/NSAttributedString-CCLFormat
At 2014-05-24 11:56:49, you created a PR on cocodelabs/NSAttributedString-CCLFormat
At 2014-05-24 22:03:42, you created a PR on CocoaPods/cocoadocs.org
At 2014-05-24 22:32:20, you created the tag 2.7.2 on orta/ARAnalytics

or specify a username to see another person's history:

$ githop jpsim
At 2014-05-24 10:15:34, jpsim watched the repo shahruz/Sketch-Toolbox
At 2014-05-24 10:18:35, jpsim watched the repo heardrwt/RHObjectiveBeagle

For the real lazy, it is also available on the web: https://githop-yolo.herokuapp.com/orta, specify the desired GitHub user as path. Code for the web version can be found here.

Installation

Use

gem install githop

to install it and configure some settings in ~/.githop.yml:

---
github_user: your GitHub username

bigquery: {
	client_id: BigQuery OAuth Client-ID,
	service_email: BigQuery Service E-Mail,
	keyfile: Location of your BigQuery key (a .p12 file),
	project_id: ID of your BigQuery project
}

Please follow these steps to set up a BigQuery OAuth application and take a look at this for manually verifying your Google Cloud account works. BigQuery is free for 3TB of queries and you don't have to set up any payments to use GitHop.

Thanks

Felix Krause for the idea.