Update README.md

This commit is contained in:
Patrice Matz 2024-03-08 08:48:41 +01:00 committed by GitHub
parent c755fc2ddd
commit 07449d003e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@
Automatically rotate youtube thumbnails, if you're not VIP enough for youtube to grant you the ability.
## Prerequisite
You need a GCP Account, create a new project, create a OAuth 2.0-Client for a Desktop Application, this will give you the `client_id`, `project_id` and `client_secret` which you need to insert into `app/secrets.json`.
Follow this guide to obtain youtube API access: https://developers.google.com/youtube/registering_an_application
You need a GCP Account -> create a new project -> create a OAuth 2.0-Client for a Desktop Application (follow the guide above).
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.
## Setup and Usage