The perfect tool to post any podcast episode to YouTube. Everything you need is:
- A RSS feed
- Docker
- Make
You will need a service account for this to work. First go to https://console.cloud.google.com and create a new project.
Then visit the API manager for YouTube Data API, enable it.
Now you need to create a new OAuth2 Client ID and download the json
file. Save it in the
directory containing this file as client_secrets.json
.
Simply run make run
and you're done!
See how it looks like in this short screencast:
This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.