https://github.com/uldyssian-sh/github-stats
GitHub statistics visualization with advanced analytics, real-time monitoring, and enterprise reporting
https://github.com/uldyssian-sh/github-stats
analytics github metrics statistics
Last synced: 4 months ago
JSON representation
GitHub statistics visualization with advanced analytics, real-time monitoring, and enterprise reporting
- Host: GitHub
- URL: https://github.com/uldyssian-sh/github-stats
- Owner: uldyssian-sh
- License: mit
- Created: 2025-09-12T21:55:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-09-21T14:22:32.000Z (4 months ago)
- Last Synced: 2025-09-21T16:14:06.357Z (4 months ago)
- Topics: analytics, github, metrics, statistics
- Language: Python
- Homepage:
- Size: 201 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Stats Generator
[](https://github.com/uldyssian-sh/github-stats/actions/workflows/ci.yml)
[](https://github.com/uldyssian-sh/github-stats/actions/workflows/security.yml)
[](https://opensource.org/licenses/MIT)
[](https://www.python.org/downloads/)
## Overview
GitHub repository analytics and statistics generator with automated workflows.
**Technology Stack:** Python 3.9+, GitHub GraphQL API v4, GitHub REST API v3, aiohttp, asyncio
## Features
- 📊 **Real-time Analytics** - Live GitHub repository statistics
- 📈 **Visual Reports** - SVG-based statistics visualization
- 🔄 **Automated Generation** - GitHub Actions integration
- 🌐 **Free Tier Optimized** - Designed for GitHub Free tier limits
## Generated Statistics
### Overview Statistics

### Language Distribution

## Quick Start
```bash
# Clone repository
git clone https://github.com/uldyssian-sh/github-stats.git
cd github-stats
# Install dependencies
pip install -r requirements.txt
# Set environment variables
export ACCESS_TOKEN="your_github_token"
export GITHUB_ACTOR="your_username"
# Generate statistics
python generate_images.py
```
## Configuration
| Variable | Description | Required |
|----------|-------------|----------|
| `ACCESS_TOKEN` | GitHub Personal Access Token | ✅ |
| `GITHUB_ACTOR` | GitHub username | ✅ |
| `EXCLUDED` | Repos to exclude | ❌ |
| `EXCLUDED_LANGS` | Languages to exclude | ❌ |
## Contributing
Contributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md).
### Contributors
- **dependabot[bot]** - Automated dependency updates
- **actions-user** - GitHub Actions automation
- **uldyssian-sh LT** - Primary maintainer
## License
MIT License - see [LICENSE](LICENSE) file.
## Links
- [Repository](https://github.com/uldyssian-sh/github-stats)
- [Issues](https://github.com/uldyssian-sh/github-stats/issues)
- [Actions](https://github.com/uldyssian-sh/github-stats/actions)