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 -d
./graph.sh -dor./graph.sh --download- Downloads fresh dataset and generates graphs./graph.sh- Generates graphs using existing dataset (skips download)
The dataset only changes once per day, so you typically only need to use the -d flag once per day to get fresh data.
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.jsonbadge-endpoints/bazzite.jsonbadge-endpoints/bluefin.json
Each file contains:
{
"schemaVersion": 1,
"label": "Active Users",
"message": "15.2k",
"color": "6c3fc4",
"namedLogo": "linux",
"logoColor": "white"
}