Skip to content

cmd.upload

Logan H-D edited this page Oct 24, 2021 · 3 revisions

vodbot upload; aliases upload, push

It should be noted immediately that VodBot cannot upload videos publicly without approval from YouTube, I am working on a solution but VodBot cannot upload to YouTube without limitations currently. Sorry for the inconvience!

This is the uploading functionality of VodBot, uploading staged data to a YouTube channel. Simply running vodbot upload <stage_id> will begin the uploading process for VodBot (you can also pass "all" in place of an ID to upload all stages). VodBot will load the stage(s), and then require authentication from a Google Account to upload videos to YouTube. VodBot will print a link that the user must open and authenticate the application with, then paste a unique code into a prompt from VodBot given by Google after authorizing VodBot. From there VodBot will attempt to upload the staged data to YouTube with all appropriate fields filled. You will need to set the video to be public manually, as VodBot does not upload public videos, this allows for scheduling premieres. * YouTube brand channels cannot use anything other than the desktop website to upload videos, this includes the public API (and by extension VodBot).

Examples:

Clone this wiki locally