Fetch and visualize GitHub contribution data across multiple years, including private repository contributions.
- GitHub CLI (
gh) authenticated - uv for running Python scripts
- just command runner
just # Show available recipes
just all # Fetch data and generate infographic
just fetch # Fetch contribution data only
just generate # Generate matplotlib infographic only
just site # Generate interactive HTML site
just serve # Start local server to preview the siteAll recipes accept --from and --to year parameters (defaults: 10 years ago to current year):
just all --from 2014 --to 2026data/*.json- Raw contribution data per year from GitHub GraphQL APIcontribution_timeline.png- Static infographic (matplotlib)index.html- Interactive web visualization