Change the name of the
.env.exampleto.envand place your host / api key insideStep 2 - install a virtual environment
python -m venv ./.venv- Step 3 -- activate your virtual environment
source ./.venv/bin/activate- Step 4 -- install the dependencies
pip install -r requirements.txtStep 5 -- customize the script as needed
Step 6 -- Run the script
python generate.py