A simple tool to quantify your GitHub repo star percentile.
Project description
⭐ GitStarPercentile
🤔 Have you ever wondered how popular your GitHub repository really is?
😠 Frustrated that GitHub doesn’t show star percentiles anywhere?
Maybe you’ve thought:
"I have 200 stars — but is that a lot?"
"Where does my repo rank compared to the other repos?"
GitStarPercentile tells you instantly:
Enter your star count and instantly see your percentile, calculated from GitHub-wide data.
🚀 Features
- 📊 Instant percentile lookup — get your repo’s rank in milliseconds.
- 🖥 Simple CLI — just type
git-star-percentileand enter your star count.
📦 Installation
From the command line:
pip install git-star-percentile --upgrade
⚡ Usage
From the command line:
git-star-percentile
You’ll be prompted to enter the number of stars for your repository:
Enter the number of GitHub stars: 200
Your repo is approximately among the top 0.2235%.
📄 Data Source
-
Star statistics are pulled from all public GitHub repositories.
-
Data is stored in stats/github_repo_stars.csv.
-
Want fresher stats? Run the stats counter yourself and submit a pull request.
python count_all_repo_stars.py --github-token $YOUR_GITHUB_TOKEN
The line above would run over all public repositories. For a more manageable run, sample 1 million instead.
python count_all_repo_stars.py --github-token $YOUR_GITHUB_TOKEN --sample-size 1000000
Note I will not consider merging results with
--sample-sizebelow 1 million.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file git-star-percentile-1.4.tar.gz.
File metadata
- Download URL: git-star-percentile-1.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0787d419dbd27d95b503ba759a655701af3bb238af7c0ade36b35e277849e4f9
|
|
| MD5 |
336eba3c26fff08a65e090db518c92ac
|
|
| BLAKE2b-256 |
bdc8d795b594929be134136459d35161d85a431f1f96556da37a438a8fba9f96
|
File details
Details for the file git_star_percentile-1.4-py3-none-any.whl.
File metadata
- Download URL: git_star_percentile-1.4-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5468459de28f73a295562f90a2a1163efdc6fb0af0f49546b1aed9bd8d1854c
|
|
| MD5 |
1f2bd709db4bb66325a05ed441687e16
|
|
| BLAKE2b-256 |
1d43d777ff44a7cf21707c183bdbc53f4bc6aa03ffe913128249063ba4dcc6f3
|