https://github.com/cyclone-github/github_stats
GitHub Stats
https://github.com/cyclone-github/github_stats
cyclone github repository stats
Last synced: 7 months ago
JSON representation
GitHub Stats
- Host: GitHub
- URL: https://github.com/cyclone-github/github_stats
- Owner: cyclone-github
- License: gpl-2.0
- Created: 2023-05-01T15:39:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T20:40:54.000Z (10 months ago)
- Last Synced: 2025-01-20T18:33:42.931Z (9 months ago)
- Topics: cyclone, github, repository, stats
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/cyclone-github/github_stats/)
[](https://goreportcard.com/report/github.com/cyclone-github/github_stats)
[](https://github.com/cyclone-github/github_stats/issues)
[](LICENSE)
[](https://github.com/cyclone-github/github_stats/releases)
[](https://pkg.go.dev/github.com/cyclone-github/github_stats)# Cyclone's GitHub Stats

### Features:
- 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'
### Example Usage:
- ./github_stats.bin
- Follow Prompts### Version:
- v0.3.0-2023-10-13; fixed watchers; added cache and ratelimiting support### Compile from source:
- 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:
- https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt