Skip to content

Commit

Permalink
Merge pull request #3 from dvonthenen/update-final-readme
Browse files Browse the repository at this point in the history
Final Updates to README
  • Loading branch information
davidvonthenen authored Dec 14, 2023
2 parents f858d87 + 3a8ddec commit 4830d62
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Then you need to give your OAuth Client ID access to your YouTube content. First

Then access is granted by email address. Scroll down and select `+ ADD USERS` and then enter the email account associated with your YouTube account/content.

![OAuth Client ID Settings](https://raw.githubusercontent.com/deepgram-devs/youtube-captioner/main/images/5-oauth-consent-screen.png)
![OAuth Client ID Settings](https://raw.githubusercontent.com/deepgram-devs/youtube-captioner/main/images/6-oauth-test-users.png)

### ffmpeg and ffprobe

Expand All @@ -111,7 +111,31 @@ or this could also be done by a simple export of the API Key before executing yo
DEEPGRAM_API_KEY="YOUR_DEEPGRAM_API_KEY" python caption_youtube_video.py --url "<your videos link in youtube>"
```

That's it! No joke!
During the Subtitle process, the application is going to request access to your YouTube content.

![Asking for Access](https://raw.githubusercontent.com/deepgram-devs/youtube-captioner/main/images/10-running-the-command.png)

You will need to verify this application's access.

![Verify the Application](https://raw.githubusercontent.com/deepgram-devs/youtube-captioner/main/images/11-verify-application.png)

You need to select the Gmail account associated with your YouTube content. If you have multiple Gmail accounts logged in, you will see them here.

![Select Account for YouTube](https://raw.githubusercontent.com/deepgram-devs/youtube-captioner/main/images/12-youtube-select-account.png)

Then you need to authorize the application.

![Authorize the Application](https://raw.githubusercontent.com/deepgram-devs/youtube-captioner/main/images/13-authorize-application.png)

Copy the `Authorization Code` to be used in the utility/application.

![Authorize the Application](https://raw.githubusercontent.com/deepgram-devs/youtube-captioner/main/images/14-copy-authoization-code.png)

Then paste the `Authorization Code` into the console.

![Paste Authorization Code into Console](https://raw.githubusercontent.com/deepgram-devs/youtube-captioner/main/images/15-paste-authorization-code-into-console.png)

That might seem like a lot, but it's a time saver! That's it! No joke!

## Development and Contributing

Expand Down
Binary file added images/10-running-the-command.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/11-verify-application.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/12-youtube-select-account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/13-authorize-application.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/14-copy-authoization-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/6-oauth-test-users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4830d62

Please sign in to comment.