- Tool to retrieve GitHub stats for your favorite user repositories
- Add users for quickly recalling favorite GitHub repositories
- Option to remove users you no longer wish to keep track of
- Stores user configuration in 'config.json'
- ./github_stats.bin
- Follow Prompts
- v2023-10-13.1645; fixed watchers; added cache and ratelimiting support
- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
- This assumes you have Go and Git installed
git clone https://github.com/cyclone-github/github_stats.git
cd github_stats
go mod init github_stats
go mod tidy
go build -ldflags="-s -w" .
- Compile from source code how-to: