Skip to content

Upload videos to youtube and put them into playlist via command line.

License

Notifications You must be signed in to change notification settings

storyxc/youtube-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

youtube-upload

uploading video to youtube and put it into your playlist.

instruction

  1. Register your project with Google and get the OAuth2.0 credentials, then put your client_id & client_secret into client_secrets.json in this project.
  2. Open your project's dashboard, search youtube data api v3 in the library and just enable it.
  3. pip3 install google-api-python-client oauth2client
  4. upload via command line
    python3 youtube-upload.py --file="/tmp/test_video_file.flv" 
                             --title="Summer vacation in California"
                             --description="Had fun surfing in Santa Cruz"
                             --keywords="surfing,Santa Cruz"
                             --category="22"
                             --privacyStatus="private"
                             --playlist="your playlist id"

reference

About

Upload videos to youtube and put them into playlist via command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages