Counter for bugs reported by specific users (Blender Studio)
Go to file
2024-08-30 10:54:18 +02:00
bug-o-meter More granular count 2024-08-30 10:54:18 +02:00
.gitignore .gitignore 2024-08-29 16:41:27 +02:00
README.md Use Markdown for the README 2024-08-29 17:48:58 +02:00
requirements.txt Pip requirements 2024-08-29 16:41:17 +02:00

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