Skip to content

This is a set of scripts I used to upload 300GB of videos to YouTube from Ubuntu.

Notifications You must be signed in to change notification settings

seyfer/my_youtube_upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a set of scripts I used to upload 300GB of videos to YouTube from Ubuntu.

It depends on a python package, you have to install it.

$ wget https://github.com/tokland/youtube-upload/archive/master.zip
$ unzip master.zip
$ cd youtube-upload-master
$ sudo python setup.py install

Then do the following:

  • Get client_secrets.json from Google API for YouTube.
  • Save this file in the same directory with these scripts.
  • Edit my_upload.py to change playlist and other parameters.
  • Edit *.sh scripts with your path to videos folder.
  • Or better do a PR, to convert hardcoded path into console parameters. :)

About

This is a set of scripts I used to upload 300GB of videos to YouTube from Ubuntu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published