Skip to main content

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!

Example Game

Usage

Onetime Generation

A web interface is available for on-demand GIF generation without installing anything locally.

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:

![My GitHub Game](game.gif)

Action Inputs:

  • github-token (required): GitHub token for fetching contributions
  • username (optional): Username to generate game for (defaults to repo owner)
  • output-path (optional): Where to save the animation, supports .gif or .webp (default: gh-space-shooter.gif)
  • strategy (optional): Attack pattern - column, row, or random (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

  1. Create a GitHub Personal Access Token:

  2. 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
    

CLI Usage

Generate Your Game Animation (GIF or WebP)

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 (GIF or WebP)
gh-space-shooter torvalds --output my-epic-game.gif
gh-space-shooter torvalds -o my-game.webp

# Choose enemy attack strategy
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            # Lower Frame rate, Smaller file size
gh-space-shooter torvalds --fps 40            # Default Frame rate, Larger file size

# Stop the animation earlier
gh-space-shooter torvalds --max-frame 200     # Stop after 200 frames

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.webp

# Combine options
gh-space-shooter torvalds -o game.webp -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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gh_space_shooter-1.0.2.tar.gz (11.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gh_space_shooter-1.0.2-py3-none-any.whl (28.5 kB view details)

Uploaded Python 3

File details

Details for the file gh_space_shooter-1.0.2.tar.gz.

File metadata

  • Download URL: gh_space_shooter-1.0.2.tar.gz
  • Upload date:
  • Size: 11.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","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

Hashes for gh_space_shooter-1.0.2.tar.gz
Algorithm Hash digest
SHA256 faedb7d783b80b62dcf985b40a1443eafa205df0cf8391a11181b2cf6f74f9f1
MD5 1c7ee9e54f1fdd66035a52830ae9a804
BLAKE2b-256 93b574a0a7b817ca0e111eefe06f1ce910e6ecab2fd52a5a07cdf89cf40e7648

See more details on using hashes here.

File details

Details for the file gh_space_shooter-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: gh_space_shooter-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 28.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","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

Hashes for gh_space_shooter-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9f336070e264a027cc0ec03e98adaa088682e56ec1cf1bbae12f000636525684
MD5 9dc7a1edec360fa974aeb59bee1f5a7c
BLAKE2b-256 5cda88dc57a3b9f3146a61664cbdc905692544a62f746632a9bb82e4d76749e4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page