github-stats-checker
PythonAnalyze GitHub profiles and repo statistics.
A Python tool for analyzing GitHub profiles and repository statistics. Fetch comprehensive stats about any user's repos including stars, forks, watchers, and more. Supports private repos with authentication.
python github analytics
[features]
Profile Analytics
Comprehensive user profile information
Repository Stats
Stars, forks, watchers, and more
Private Repos
Access with proper authentication
Lightweight
Minimal dependencies
[install]
git clone https://github.com/RMNCLDYO/github-stats-checker.git
cd github-stats-checker
pip install -r requirements.txt [usage]
# CLI
python cli.py --username ramonclaudio
# Python
from github_stats import Stats
Stats().run(username="ramonclaudio") [requirements]
- Python 3.x
- GitHub access token (optional, for private repos)
[license]
This project is licensed under the MIT license.