Skip to content

yshnb/github-stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-stat

tutorial for myself to write in golang and to use go-github

Usage

  1. git clone https://github.com/yshnb/github-stat.git
  2. cd ./github-stat
  3. cp config.json.dist config.json
  4. fill in valid accessToken generated in Github

After, you can run the below command

$ go run main.go --metrics=star google/go-github
target repository: google/go-github
metrics: star
star: 1079

like this.

Available metrics

For now, it can only get the numbers of github star in each repository.

My plan ....

  • issue
  • pull_requests (open/closed)
  • code changes(additions/deletions)
  • etc.

About

check the numbers of open/closed pull requests in a user or organization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages