| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A powerful CLI tool to fetch and beautifully format all your GitHub contributions to any organization!
git clone https://github.com/Siddhant-K-code/github-contribution-tracker
cd github-contribution-trackerpip install requestsexport GITHUB_TOKEN=your_github_personal_access_tokenRun the tracker with:
python main.py USERNAME ORGANIZATION_NAMEExample:
python main.py Siddhant-K-code OpenFGAThe tool generates a beautifully formatted contributions.md file containing:
Your token needs these scopes:
# GitHub Contributions for Siddhant-K-code in OpenFGA
## Summary
- Total Pull Requests: 42
- Total Issues: 15
- Total Commits: 123
## Detailed Contributions
[...]| Back | FazBrowse Home | New Git URL |