Scripting way to upload videos to peertube and youtube
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
LecygneNoir 33687a1a90 store youtube credentials in a file to avoid asking creds for each uploads 6 years ago
lib store youtube credentials in a file to avoid asking creds for each uploads 6 years ago
.gitignore store youtube credentials in a file to avoid asking creds for each uploads 6 years ago
LICENSE initial commit 6 years ago
README.md add quick how to 6 years ago
peertube_secret.sample add peertube URL and https/http config to the peertube_secret config file 6 years ago
ptyt_upload.py store youtube credentials in a file to avoid asking creds for each uploads 6 years ago
youtube_secret.json.sample use youtube_secret instead of client_secret to allow more flexibility (possibility to use peertube_secret) 6 years ago

README.md

ptyt_upload

A scripting way to upload videos to peertube and youtube

Dependencies

Search in your package manager, otherwise use pip install --upgrade

  • google-auth
  • google-auth-oauthlib
  • google-auth-httplib2
  • google-api-python-client
  • docopt
  • schema
  • magic

How To

Currently not really usable.

May upload video to Youtube with a one-time authorization, currently working on Peertube upload

Sources

inspired by peeror and youtube-upload