Iterates folders and generates folder.jpg for each one.
Each different script will generate these images from different sources.
- Having python installed.
- Running
pip install -r requirements.txtto install the required dependencies.
Make sure to set up the following ENV keys: TWITCH_CLIENT_ID TWITCH_CLIENT_SECRET
- Run
SCRIPT_NAME.py. - Run
python SCRIPT_NAME.pyin the terminal.
(replace SCRIPT_NAME with your script of choice)