Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octalmage/githubhop
Uses GH Archive to create Timehop for GitHub.
https://github.com/octalmage/githubhop
Last synced: 23 days ago
JSON representation
Uses GH Archive to create Timehop for GitHub.
- Host: GitHub
- URL: https://github.com/octalmage/githubhop
- Owner: octalmage
- License: mit
- Created: 2018-05-26T00:57:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T06:55:50.000Z (over 6 years ago)
- Last Synced: 2024-10-04T20:37:14.723Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# githubhop [![Build Status](https://travis-ci.org/octalmage/githubhop.svg?branch=master)](https://travis-ci.org/octalmage/githubhop) [![codecov](https://codecov.io/gh/octalmage/githubhop/branch/master/graph/badge.svg)](https://codecov.io/gh/octalmage/githubhop)
Uses [GH Archive](https://gharchive.org) to create Timehop for GitHub.
Based on [githop](https://github.com/neonichu/githop) but written in go and uses the https://gharchive.org gzipped archives instead of Big Query.
This project streams the events for every user from GH Archive and extracts the events relevant to the specified user. This is all done in memory and it usually takes around a minute to make it through a full day of events.
## Installation
### Homebrew
```
brew tap octalmage/githubhop
brew install githubhop
```### Manual Install
```
go get -u github.com/octalmage/githubhop
```
## Usage```bash
$ githubhop --date 2018-05-27
Fetching hours (24/24) 20s [====================================================================] 100%
At 2018-05-26 12:57am, you created the repository octalmage/githubhop
At 2018-05-26 12:57am, you created the branch master on octalmage/githubhop
At 2018-05-26 1:44pm, you pushed commits to octalmage/githubhop
At 2018-05-26 5:57pm, you watched the repo remeh/sizedwaitgroup
```## License
MIT