No description
Find a file
2018-03-02 13:45:45 +01:00
lib youtube upload is now working 2018-03-02 10:09:01 +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 replace argparser with docopt + schema 2018-03-02 11:40:15 +01:00
README.md typo in title 2018-03-02 13:45:45 +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

Sources

inspired by peeror and youtube-upload