-
Change the name of the
.env.exampleto.envand place your host / api key inside -
Step 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.txt-
Step 5 -- customize the script as needed
-
Step 6 -- Run the script
python generate.py