coreos/issue-analyzer

Name: issue-analyzer

Owner: CoreOS

Description: GitHub repo issue analyzer

Created: 2015-11-13 19:42:00.0

Updated: 2018-03-21 07:07:17.0

Pushed: 2018-01-15 12:31:03.0

Homepage: null

Size: 3704

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

issue-analyzer

issue-analyzer helps to analyze GitHub repo issue counts over time.

The idea is inspired by blog Analyzing Julia's issue counts over time. It is helpful for developers to understand current status of issues in projects, so issue-analyzer is written to faciliate this process.

issue-analyzer should be able to display more aspects of a project. Suggestions and PRs are always welcome.

Installation
et github.com/coreos/issue-analyzer
Usage

run ./issue-analyzer, which generates png files at current directory.

Flags:

nd-date string
    end date of the graph, in format 2000-Jan-01 or 2000-Jan
wner string
    the owner in github (default "coreos")
epo string
    the repo of the owner in github (default "etcd")
tart-date string
    start date of the graph, in format 2000-Jan-01 or 2000-Jan
oken string
    access token for github
Advanced Usage
Use access token

Access token could help issue-analyzer fetch data much faster.

Steps:

  1. generate personal access token with no scope
  2. save the token into file “.oauth2_token”

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.