A CLI tool that visualizes GitHub contribution graphs as gamified GIFs
Project description
gh-space-shooter 🚀
Transform your GitHub contribution graph into an epic space shooter game!
Usage
GitHub Action
Automatically update your game GIF daily using GitHub Actions! Add this workflow to your repository at .github/workflows/update-game.yml:
name: Update Space Shooter Game
on:
schedule:
- cron: '0 0 * * *' # Daily at midnight UTC
workflow_dispatch: # Allow manual trigger
permissions:
contents: write
jobs:
update-game:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: czl9707/gh-space-shooter@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
output-path: 'game.gif'
strategy: 'random'
Then display it in your README:

Action Inputs:
github-token(required): GitHub token for fetching contributionsusername(optional): Username to generate game for (defaults to repo owner)output-path(optional): Where to save the GIF (default:gh-space-shooter.gif)strategy(optional): Attack pattern -column,row, orrandom(default:random)fps(optional): Frames per second for the animation (default:40)commit-message(optional): Commit message for the update
From PyPI
pip install gh-space-shooter
From Source
# Clone the repository
git clone https://github.com/yourusername/gh-space-shooter.git
cd gh-space-shooter
# Install with uv
uv sync
# Or with pip
pip install -e .
Setup
-
Create a GitHub Personal Access Token:
- Go to https://github.com/settings/tokens
- Click "Generate new token (classic)"
- Select scopes:
read:user - Copy the generated token
-
Set up your environment:
# Copy the example env file touch .env echo "GH_TOKEN=your_token_here" >> .env
Alternatively, export the token directly:
export GH_TOKEN=your_token_here
Usage
Generate Your Game GIF
Transform your GitHub contributions into an epic space shooter!
# Basic usage - generates username-gh-space-shooter.gif
gh-space-shooter <username>
# Examples
gh-space-shooter torvalds
gh-space-shooter octocat
# Specify custom output filename
gh-space-shooter torvalds --output my-epic-game.gif
gh-space-shooter torvalds -o my-game.gif
# Choose enemy attack strategy
gh-space-shooter torvalds --strategy column # Enemies attack in columns
gh-space-shooter torvalds --strategy row # Enemies attack in rows
gh-space-shooter torvalds -s random # Random chaos (default)
# Adjust animation frame rate
gh-space-shooter torvalds --fps 25 # Slower, smaller file size
gh-space-shooter torvalds --fps 40 # Default frame rate
gh-space-shooter torvalds --fps 50 # Smoother animation
This creates an animated GIF showing:
- Your contribution graph as enemies (more contributions = stronger enemies)
- A Galaga-style spaceship battling through your coding history
- Enemy attack patterns based on your chosen strategy
- Smooth animations with randomized particle effects
- Your contribution stats displayed in the console
Advanced Options
# Save raw contribution data to JSON
gh-space-shooter torvalds --raw-output data.json
# Load from previously saved JSON (saves API rate limits)
gh-space-shooter --raw-input data.json --output game.gif
# Combine options
gh-space-shooter torvalds -o game.gif -ro data.json -s column
Data Format
When saved to JSON, the data includes:
{
"username": "torvalds",
"total_contributions": 1234,
"weeks": [
{
"days": [
{
"date": "2024-01-01",
"count": 5,
"level": 2
}
]
}
]
}
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gh_space_shooter-0.0.4.tar.gz.
File metadata
- Download URL: gh_space_shooter-0.0.4.tar.gz
- Upload date:
- Size: 10.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a35f656fe6f3ac514f05e5f1ef4f1b60b2765d40b3dc5d6dceebc732717b016c
|
|
| MD5 |
7eab163ad33b42225e3bf358fde9f930
|
|
| BLAKE2b-256 |
d4d6151e0b994901960afc3d3be0d554c84bf1ed44fcb86ac3eae4a28aa8357e
|
File details
Details for the file gh_space_shooter-0.0.4-py3-none-any.whl.
File metadata
- Download URL: gh_space_shooter-0.0.4-py3-none-any.whl
- Upload date:
- Size: 25.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d81ce8205b0665a2522169788050d3515a917bb55fa05ec7db4c9576a63c3716
|
|
| MD5 |
7191dba016b81163ac4f2134a1ce57d9
|
|
| BLAKE2b-256 |
e01048f59f999bc7ed7eea17263e86fe568c398b1f12a81dc8b3c74fbc6f74b3
|