{"id":27926048,"url":"https://github.com/efeckc17/ghanalyzer","last_synced_at":"2026-05-08T09:33:58.403Z","repository":{"id":291660717,"uuid":"974928233","full_name":"Efeckc17/GHAnalyzer","owner":"Efeckc17","description":"Analyze any GitHub profile with detailed insights, charts, and stats – built with Flask \u0026 GitHub API.","archived":false,"fork":false,"pushed_at":"2025-05-05T22:23:10.000Z","size":183,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T05:40:53.623Z","etag":null,"topics":["flask","github-analytics","github-analyzer","github-api","github-stats","javascript","opensource","profile-analyzer","python"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Efeckc17.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}},"created_at":"2025-04-29T14:12:58.000Z","updated_at":"2025-05-05T22:23:13.000Z","dependencies_parsed_at":"2025-05-05T22:35:41.856Z","dependency_job_id":null,"html_url":"https://github.com/Efeckc17/GHAnalyzer","commit_stats":null,"previous_names":["efeckc17/ghanalyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Efeckc17/GHAnalyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Efeckc17%2FGHAnalyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Efeckc17%2FGHAnalyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Efeckc17%2FGHAnalyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Efeckc17%2FGHAnalyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Efeckc17","download_url":"https://codeload.github.com/Efeckc17/GHAnalyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Efeckc17%2FGHAnalyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271754945,"owners_count":24815326,"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-08-23T02:00:09.327Z","response_time":69,"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":["flask","github-analytics","github-analyzer","github-api","github-stats","javascript","opensource","profile-analyzer","python"],"created_at":"2025-05-07T00:51:18.094Z","updated_at":"2026-05-08T09:33:58.346Z","avatar_url":"https://github.com/Efeckc17.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GHAnalyzer\n\nA Flask-based web application for visualizing detailed GitHub user statistics and analytics.\n\n![GHAnalyzer Screenshot](img/Screenshot.png)\n\n## Features\n\n- 📊 Comprehensive GitHub profile analytics\n- 📈 Interactive charts and visualizations\n- 🔍 Detailed repository statistics\n- 📅 Contribution history analysis\n- 🌐 Language distribution insights\n- ⭐ Top repositories overview\n- 📊 Real-time API rate limit monitoring\n\n## Quick Start\n\n### Prerequisites\n\n- Python 3.8 or higher\n- GitHub Personal Access Token\n- pip (Python package manager)\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/Efeckc17/GHAnalyzer.git\ncd GHAnalyzer\n```\n\n2. Install required packages:\n```bash\npip install -r requirements.txt\n```\n\n3. Create a `.env` file in the root directory and add your GitHub API token:\n```\nGITHUB_TOKEN=your_github_token_here\n```\n\nTo obtain a GitHub API token:\n1. Log in to your GitHub account\n2. Go to Settings \u003e Developer settings \u003e Personal access tokens \u003e Tokens (classic)\n3. Click \"Generate new token\"\n4. Grant at least \"read:user\" and \"public_repo\" permissions\n5. Copy the generated token to your `.env` file\n\n### Running the Application\n\n```bash\npython run.py\n```\n\nThe application will be available at http://localhost:5000\n\n## Features in Detail\n\n### User Analytics\n- Profile information and statistics\n- Account age and activity metrics\n- Follower and following counts\n- Total contributions and activity patterns\n\n### Repository Analysis\n- Top repositories by stars\n- Fork statistics\n- Issue and pull request metrics\n- Repository size and activity tracking\n\n### Code Statistics\n- Programming language distribution\n- Commit history visualization\n- Quarterly contribution patterns\n- Code frequency analysis\n\n### API Monitoring\n- Real-time GitHub API rate limit tracking\n- Remaining requests counter\n- Rate limit reset timer\n\n## Technical Stack\n\n- **Backend**: Flask (Python)\n- **Frontend**: HTML5, CSS3, JavaScript\n- **Charts**: Chart.js\n- **API**: GitHub REST API v3\n- **Authentication**: GitHub Personal Access Token\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- GitHub API for providing comprehensive access to user data\n- Chart.js for beautiful data visualizations\n- Flask community for the excellent web framework\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefeckc17%2Fghanalyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefeckc17%2Fghanalyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefeckc17%2Fghanalyzer/lists"}