Giter Club home page Giter Club logo

githubhop's Introduction

githubhop Build Status codecov

Uses GH Archive to create Timehop for GitHub.

Based on 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

$ 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

githubhop's People

Contributors

octalmage avatar

Stargazers

 avatar Scott Ivey avatar  avatar Jesse Stuart avatar  avatar

Watchers

 avatar  avatar

githubhop's Issues

Add tests for getGithubUsername

Should be possible using: https://github.com/golang/go/blob/06b326054dc0cad03b7b848d8516a578dd8b559f/src/os/exec/exec_test.go#L33


githubhop/cmd/root.go

Lines 58 to 63 in 0b76b86

// TODO: Add tests for getGithubUsername
// BODY: Should be possible using: https://github.com/golang/go/blob/06b326054dc0cad03b7b848d8516a578dd8b559f/src/os/exec/exec_test.go#L33
cmd := exec.Command("git", "config", "user.email")
stdout, err := cmd.Output()
if err != nil {


This issue was generated by todo based on a TODO comment in 0b76b86. It's been assigned to @octalmage because they committed the code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.