🏁 Display your Root-Me CTF progress proudly on your GitHub!
Root-Me-Badger is a lightweight, open-source tool that generates a dynamic badge summarizing your progress on Root-Me, the cybersecurity and CTF platform.
Easily embed a live badge into your GitHub profile or repo README to showcase your hacking journey.
- Fetches your Root-Me stats automatically
- Retrieves your points and position in the Root-Me ladder
- Generates a dynamic badge image
- Easy to integrate into GitHub READMEs or personal websites
-
Clone the repository
git clone https://github.com/Axect45/Root-Me-Badger.git cd root-me-badger -
Install dependencies
pip install -r requirements.txt
-
Get your Root-Me User ID and API Key
- Go to Root-Me Preferences to find your credentials.
-
Generate your badge
python3 src/badger.py --user-id YOUR_USER_ID --api-key YOUR_API_KEY --output [OUTPUT_PATH]
Embed your badge in your GitHub README:
-
Fetch user stats from the Root-Me API
-
Generate dynamic SVG badge
-
Add GitHub Action workflow example
-
Add customization options (themes, layout)
-
Write tests
