Skip to content

Command-line tool to get the total traffic statistics of your GitHub repositories.

License

Notifications You must be signed in to change notification settings

umutphp/github-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-stats

Command-line tool to get the total traffic statistics of your GitHub repositories.

How To Use

Statistics for today:

github-stats --token A_Valid_Personal_Access_Token

Statistics for last 7 days:

github-stats --token A_Valid_Personal_Access_Token --day 7

For details please use --help as argument;

$ go run main.go --help

NAME:
   github-stats - Get the total visit stats of your GitHub repositories
USAGE:
   github-stats [global options]
VERSION:
   0.0.2
AUTHOR:
   Umut Işık <[email protected]>
OPTIONS:
   --day value, -d value           The number of days from today to show the stats (default: 0)
   --show-details value, -s value  Show detailed output or not. 0 to close. Default is 1 (default: 1)
   --token value, -t value         Personal access token got from GitHub to use the API
   --help, -h                      show help (default: false)
   --version, -v                   print the version (default: false)

How To Contribute

All kind of contributions are ok for me :).

About

Command-line tool to get the total traffic statistics of your GitHub repositories.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages