| Crates.io | orgstars |
| lib.rs | orgstars |
| version | 0.1.0 |
| created_at | 2025-11-29 15:31:51.043062+00 |
| updated_at | 2025-11-29 15:31:51.043062+00 |
| description | CLI tool to sum up GitHub stars for all repositories in an organization |
| homepage | |
| repository | https://github.com/rustunit/orgstars |
| max_upload_size | |
| id | 1956849 |
| size | 61,115 |
A simple command-line tool to query GitHub's API and sum up all the stars across all repositories in an organization.
cargo install orgstars
Query stars for any GitHub organization:
orgstars --org rust-lang
To avoid GitHub API rate limits, you can provide a personal access token:
orgstars --org rust-lang --token YOUR_GITHUB_TOKEN
Fetching repositories for organization: rust-lang
Results for organization: rust-lang
Total repositories: 232
Total stars: 372526
Repository breakdown:
rust - 108154 stars
rustlings - 60798 stars
mdBook - 20700 stars
book - 16968 stars
...
Options:
-o, --org <ORG> GitHub organization name
-t, --token <TOKEN> GitHub personal access token (optional)
-h, --help Print help
Licensed under either of
at your option.