Skip to content

Github Action to post to YouTube through their API. Used to connect to Make.com

Notifications You must be signed in to change notification settings

IORoot/youtube-poster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Action for posting to YouTube Channel

To change youtube channel to post on:

  1. Download the client_secret.json
  2. use the command line:
./youtubeuploader -secrets client_secret.json -filename video.mp4
  1. This will open oAUTH and ask for user details
  2. It will then ask you the youtube channel to post on.
  3. A new request.token file will be generated.
  4. Base64 encode for the github action.
base64 -i request.token -o request.token.b64
base64 -i client_secret.json -o client_secret.b64
  1. Upload to Github under the Settings > Secrets > Actions as:
    • CLIENT_SECRETS_B64
    • REQUEST_TOKEN_B64

About

Github Action to post to YouTube through their API. Used to connect to Make.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published