Skip to content

github-stats-checker

Python

Analyze 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]

[license]

This project is licensed under the MIT license.

[links]