Coder Social home page Coder Social logo

gwir's Introduction

Github Week in Review

Spotify Wrapped meets Github Activity. A CLI tool that generates an overview of a Github organization's activity over the last X days. Along with links to its most active Issues and PRs.

$ gwir -org opencost

## Processing ...

opencost/opencost-grafana-dashboard. TotalEvents=16
opencost/opencost-parquet-exporter. TotalEvents=1
opencost/opencost-website. TotalEvents=1
opencost/opencost-helm-chart. TotalEvents=35
opencost/opencost-plugins. TotalEvents=31
opencost/opencost. TotalEvents=101

## Ordered results ...

### opencost/opencost. TotalEvents=101
  - IssueCommentEvent : 44
  - PushEvent : 18
  - PullRequestEvent : 13
  - WatchEvent : 11
  - CreateEvent : 7
  - DeleteEvent : 4
  - IssuesEvent : 2
  - PullRequestReviewEvent : 2
Top PRs/Issues:
  - [TypeUtil Enhancements                           ](https://github.com/opencost/opencost/pull/2707) : 6
  - [Intermittent "error":"vector cannot contain m...](https://github.com/opencost/opencost/issues/2704) : 6
  - [AWS IRSA authorizer for cloud integrations      ](https://github.com/opencost/opencost/pull/2710) : 5

...

Usage

$ gwir -h
  -days int
    	How many days back to analyze (default 7)
  -org string
    	GitHub organization to analyze
  -token string
    	Optional. Passing a GitHub Personal Access Token allows you to view private repositories and make more API requests per hour. You can also set this token as an environment variable GITHUB_PERSONAL_ACCESS_TOKEN.
  -top int
    	How many top PRs/Issues to show (default 5)
  -usr string
    	GitHub user to analyze

Install

RELEASE=v0.2
ARCH=macos-arm64  # macos-amd64, linux-amd64, windows-amd64

curl -L -O https://github.com/thomasvn/gwir/releases/download/$RELEASE/gwir.$ARCH.tar.gz
tar -xvf gwir.$ARCH.tar.gz
sudo mv gwir /usr/local/bin

gwir's People

Contributors

thomasvn avatar

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.