git clone https://github.com/ublue-os/countme
cd countme
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
./graph.sh
Comment out wget
line on graph.sh after first run if you don't want to re-download dataset every time (only changes once per day).
This repository generates Shield.io compatible badge endpoints that display active user counts for Universal Blue projects. Add user count badges to your repository using these Shield.io endpoint URLs:
Add these to your README.md:



The system generates Shield.io compatible endpoint files:
badge-endpoints/aurora.json
badge-endpoints/bazzite.json
badge-endpoints/bluefin.json
Each file contains:
{
"schemaVersion": 1,
"label": "Active Users",
"message": "15.2k",
"color": "6c3fc4",
"namedLogo": "linux",
"logoColor": "white"
}