Skip to content

github-stats-checker

Python

Analyze GitHub profiles and repo statistics.

A Python tool for pulling GitHub profile and repo stats — stars, forks, watchers, languages. Works with private repos via token auth.

python github analytics

[features]

Profile Analytics

Full user profile breakdown

Repository Stats

Stars, forks, watchers, and more

Private Repos

Access with proper authentication

Lightweight

Minimal dependencies

[install]

git clone https://github.com/ramonclaudio/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]

[license]

This project is licensed under the MIT license.

[links]