Go to file
2026-03-21 18:04:55 +01:00
services generate output dir if not exists 2026-03-21 17:57:00 +01:00
template add README.md 2026-03-21 17:39:11 +01:00
.gitignore add clean badge generation for each user from database 2026-03-15 21:15:17 +01:00
activity_diagram.svg add README.md 2026-03-21 17:41:19 +01:00
config.toml add default user image 2026-03-21 17:20:59 +01:00
ezgg_badge_generator.py add README.md 2026-03-21 17:39:11 +01:00
README.md edit README.md 2026-03-21 18:02:22 +01:00
requirements.txt edit requirements.txt 2026-03-21 18:04:55 +01:00

Step 1: Preparing configuration

Prepare the config.toml at the base of the repository. It is important to adjust the database configuration as well as the browser_path.

The system running the script needs access to the database server, or a current local database instance must be running.

Step 2: Install dependencies

Use pip install -r requirements.txt to install the requirements. The usage of a venv is recommended.

Step 3: Execute

Execute ezgg_badge_generator.py.

Further

activity diagram