Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 461 Bytes

File metadata and controls

27 lines (18 loc) · 461 Bytes
  1. Change the name of the .env.example to .env and place your host / api key inside

  2. Step 2 - install a virtual environment

python -m venv ./.venv
  1. Step 3 -- activate your virtual environment
source ./.venv/bin/activate
  1. Step 4 -- install the dependencies
pip install -r requirements.txt
  1. Step 5 -- customize the script as needed

  2. Step 6 -- Run the script

python generate.py