Generate SVG heatmaps and skyline visualizations for GitHub-like contribution graphs. Version 2.3.0 is the latest. Active development with frequent releases.
pip install github-heatmapVerified import paths — ran on the pinned version, not inferred.
Initialize with a GitHub token, generate a heatmap SVG for a given user and year.
Generate a token with scopes: repo, user. Or use a fine-grained token with 'public_repo' access for public repos.
Update imports: 'from github_heatmap import GitHubPoster'. Pass 'year=2023' instead of 'years=[2023]'.
Remove the 'mode' parameter from the constructor or run() call.
No dependency data recorded yet.