A simple web tool to generate yearly statistics for any GitHub organization — commits, PRs, issues, top contributors, and more.
- 📊 Total commits, PRs, issues, and merged PRs count
- 📈 Weekly commit activity chart
- 🏆 Top 5 contributors
- 💻 Lines of code added/deleted
- 🌐 Language breakdown
- 📅 Customizable year (2020-2025)
- 📥 Download results as PNG image
- Open
index.htmlin your browser - Enter your GitHub Organization name (e.g.,
google,microsoft) - Enter your GitHub Personal Access Token
- Select the year you want to analyze
- Click Start Analysis and wait 1-3 minutes
- Download the result as an image if needed
You need a GitHub Personal Access Token with these scopes:
repo(read access to repositories)read:org(read organization info)
Create a token: GitHub Settings → Developer settings → Personal access tokens
- Analysis may take 1-3 minutes depending on the number of repositories
- LOC data may show 0 if GitHub hasn't cached the statistics yet
- Top contributors are based on PRs and Issues created (max 1000 due to API limits)
- Vanilla HTML/CSS/JavaScript
- Chart.js for charts
- Phosphor Icons for icons
- html2canvas for image export
MIT
