No description
Find a file
2018-03-02 14:04:52 +01:00
lib modify yt lib to use docopt instead of argparser arguments 2018-03-02 14:04:35 +01:00
.gitignore use youtube_secret instead of client_secret to allow more flexibility (possibility to use peertube_secret) 2018-02-28 11:49:26 +01:00
LICENSE initial commit 2018-02-27 10:11:05 +01:00
peertube_secret.sample add peertube URL and https/http config to the peertube_secret config file 2018-03-02 11:39:54 +01:00
ptyt_upload.py correct docopt syntax and validation with schema 2018-03-02 14:04:52 +01:00
README.md add quick how to 2018-03-02 13:46:35 +01:00
youtube_secret.json.sample use youtube_secret instead of client_secret to allow more flexibility (possibility to use peertube_secret) 2018-02-28 11:49:26 +01:00

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