This will give you the `client_id`, `project_id` and `client_secret` which you need to insert into `app/secrets.json` opr download as a json file, just overwrite the existing one.
In this step we only setup the login information, no need to provide a video_id or thumbnails, the script will fail with an error, but that is fine, as long as a new .pickle file was created. Otherwise repeat the steps above.
At this point you can test yoursetup on an unlisted video by running the following command, an absolute path to the directory containing the thumbnails is recommended:
source venv/bin/activate && \
python app/main.py <video_id><path_to_thumbnails>
## Automate
Create a Cronjob to periodically update your thumbnail
crontab -e
# change the paths and variables and insert this line: