Update README.md

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

View File

@ -4,8 +4,8 @@ Automatically rotate youtube thumbnails, if you're not VIP enough for youtube to
## Prerequisite
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).
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