Counter for bugs reported by specific users (Blender Studio)
bug-o-meter | ||
.gitignore | ||
README.md | ||
requirements.txt |
Bug-o-Meter Counter
Count the ammount of open bugs reported by some people (e.g., Blender Studio artists).
Installing
python3 -m venv .venv
source .venv/bin/activate
pip -r requirements.txt
Setup
- Create a token in Applications, save it to a local file.
- Edit the users you want to include on
bug-o-meter/settings.py
. - Use the ID from gitea.
Running
source .venv/bin/activate
GITEA_API_TOKEN=$(< my_token_file) python -m bug-o-meter