🐾 Codey Your Personal GitHub Pet

A brutally honest script that transforms your GitHub activity into an unforgiving digital pet.

Codey

✨ Features

Daily & All-Time Stats

Automatically updates your pet's stats every day, tracking both your recent activity and your overall contributions.

Brutal RPG Stats

Personality, Social Status, Dominant Language & Pet Evolution, and Advanced Traits that shape your pet's character.

Dynamic Moods

Codey's mood reacts to your traits and well-being, showing emotions like overwhelmed and inspired.

Achievements System

Unlock special badges for major milestones like Monthly Warrior, Commit Master, and Social Star.

Seasonal Events

Special visual bonuses and boosts during events like Hacktoberfest and Advent of Code.

Prestige System

Reset your stats for special rewards and a visual prestige icon, a truly brutal test of skill.

🚀 How to Use Codey

Set Up the Workflow

Copy the update_codey.py script and the .github/workflows/update_codey.yml file into your own repository.

Configure Your Tracking Mode

The script uses the GIT_REPOSITORY environment variable to determine what to track.

Option A: Track a Single Repository

env:
  GIT_REPOSITORY: 'YourUsername/YourProject'

Option B: Track Your Entire Account

env:
  GIT_REPOSITORY: 'YourUsername'

Add the Badge to Your README

Once the workflow is set up, add this to your README.md:

![Codey - Your GitHub Pet](https://raw.githubusercontent.com/YOUR-USERNAME/YOUR-REPO/main/codey.svg)