{"id":31589465,"url":"https://github.com/uldyssian-sh/github-stats","last_synced_at":"2025-10-06T02:53:20.436Z","repository":{"id":314516484,"uuid":"1055829837","full_name":"uldyssian-sh/github-stats","owner":"uldyssian-sh","description":"GitHub statistics visualization with advanced analytics, real-time monitoring, and enterprise reporting","archived":false,"fork":false,"pushed_at":"2025-09-21T14:22:32.000Z","size":206,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-21T16:14:06.357Z","etag":null,"topics":["analytics","github","metrics","statistics"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uldyssian-sh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-12T21:55:54.000Z","updated_at":"2025-09-21T14:40:30.000Z","dependencies_parsed_at":"2025-09-13T00:18:59.392Z","dependency_job_id":"782753d9-10b2-4955-ad04-a68864f57093","html_url":"https://github.com/uldyssian-sh/github-stats","commit_stats":null,"previous_names":["uldyssian-sh/github-stats"],"tags_count":1,"template":false,"template_full_name":"jstrieb/github-stats","purl":"pkg:github/uldyssian-sh/github-stats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uldyssian-sh%2Fgithub-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uldyssian-sh%2Fgithub-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uldyssian-sh%2Fgithub-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uldyssian-sh%2Fgithub-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uldyssian-sh","download_url":"https://codeload.github.com/uldyssian-sh/github-stats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uldyssian-sh%2Fgithub-stats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551493,"owners_count":26005388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analytics","github","metrics","statistics"],"created_at":"2025-10-06T02:53:18.408Z","updated_at":"2025-10-06T02:53:20.421Z","avatar_url":"https://github.com/uldyssian-sh.png","language":"Python","readme":"# GitHub Stats Generator\n\n[![CI](https://github.com/uldyssian-sh/github-stats/actions/workflows/ci.yml/badge.svg)](https://github.com/uldyssian-sh/github-stats/actions/workflows/ci.yml)\n[![Security](https://github.com/uldyssian-sh/github-stats/actions/workflows/security.yml/badge.svg)](https://github.com/uldyssian-sh/github-stats/actions/workflows/security.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)\n\n## Overview\n\nGitHub repository analytics and statistics generator with automated workflows.\n\n**Technology Stack:** Python 3.9+, GitHub GraphQL API v4, GitHub REST API v3, aiohttp, asyncio\n\n## Features\n\n- 📊 **Real-time Analytics** - Live GitHub repository statistics\n- 📈 **Visual Reports** - SVG-based statistics visualization\n- 🔄 **Automated Generation** - GitHub Actions integration\n- 🌐 **Free Tier Optimized** - Designed for GitHub Free tier limits\n\n## Generated Statistics\n\n### Overview Statistics\n![GitHub Stats Overview](./generated/overview.svg)\n\n### Language Distribution\n![GitHub Languages](./generated/languages.svg)\n\n## Quick Start\n\n```bash\n# Clone repository\ngit clone https://github.com/uldyssian-sh/github-stats.git\ncd github-stats\n\n# Install dependencies\npip install -r requirements.txt\n\n# Set environment variables\nexport ACCESS_TOKEN=\"your_github_token\"\nexport GITHUB_ACTOR=\"your_username\"\n\n# Generate statistics\npython generate_images.py\n```\n\n## Configuration\n\n| Variable | Description | Required |\n|----------|-------------|----------|\n| `ACCESS_TOKEN` | GitHub Personal Access Token | ✅ |\n| `GITHUB_ACTOR` | GitHub username | ✅ |\n| `EXCLUDED` | Repos to exclude | ❌ |\n| `EXCLUDED_LANGS` | Languages to exclude | ❌ |\n\n## Contributing\n\nContributions welcome! See [CONTRIBUTING.md](CONTRIBUTING.md).\n\n### Contributors\n- **dependabot[bot]** - Automated dependency updates\n- **actions-user** - GitHub Actions automation  \n- **uldyssian-sh LT** - Primary maintainer\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file.\n\n## Links\n\n- [Repository](https://github.com/uldyssian-sh/github-stats)\n- [Issues](https://github.com/uldyssian-sh/github-stats/issues)\n- [Actions](https://github.com/uldyssian-sh/github-stats/actions)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuldyssian-sh%2Fgithub-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuldyssian-sh%2Fgithub-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuldyssian-sh%2Fgithub-stats/lists"}