Upload YouTube video using python?

Is it possible to upload YouTube videos using python? Maybe an API or something else?

+2


a source to share


3 answers


https://developers.google.com/youtube/v3/libraries ( Old response url )



(First result from Googling "python youtube API". Try doing at least one basic search before asking someone else to do it for you.)

+13


a source


You can check youtube_upload.py for an example of how to use Youtube Python API v1.0 .



+8


a source


youtube-upload

uses Youtube data API to upload videos to Youtube channel using commands in console. I created this video to teach people how to use it.

+1


a source







All Articles