ezgg-badge-generator/README.md
2026-04-06 17:15:02 +02:00

20 lines
714 B
Markdown

### Step 1: Preparing configuration
Use the example configuration at `helpers/config.example.toml` to create a `config.toml` at the base of the repository.
It is important to adjust the database configuration as well as the `browser_path`. The script has only been tested with the Chrome browser.
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 use of a venv is recommended.
### Step 3: Execute
Execute `ezgg_badge_generator.py`.
### Further
The diagram shows the process of the script.
![activity diagram](activity_diagram.svg)