From 269492ad62434c4acb255e9667ccf355b05972e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atakan=20Do=C4=9Fan=20=C3=96zban?= <68283731+atakanozban@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:31:47 +0300 Subject: [PATCH] Clarify client secret file download instructions Updated instructions for downloading the client secret file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa7efd9..cc540f1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Create and upload your video automatically to YouTube. This tool retrieves the a ## How It Works 1. Create a new folder and import your audio and image files into the folder which is you created new. -2. Download your client secret file from Google Developers (YouTube API v3) +2. Download your client secret file and rename to `client_secret.json`. 3. Download required modules. 4. Run the script and follow the instructions.