diff --git a/README.md b/README.md index fd14dfe..5a45905 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,36 @@ Search in your package manager, otherwise use ``pip install --upgrade`` - magic ## How To -Currently not really usable. +Currently in heavy development -May upload video to Youtube with a one-time authorization, currently working on Peertube upload +Support only mp4 for cross compatibily between Youtube and Peertube + +``` +./ptyt_upload.py --help +ptyt_upload - tool to upload videos to Peertube and Youtube + +Usage: + ptyt_upload.py --file= [options] + ptyt_upload.py -h | --help + ptyt_upload.py --version + +Options: + --name=NAME Name of the video to upload. default to video file name + -d, --description=STRING Description of the video. + -t, --tags=STRING Tags for the video. comma separated + -h --help Show this help. + --version Show version. +``` + +## Features + +- [X] Youtube upload +- [ ] Peertube upload +- [ ] Support of all videos arguments (description, tags, category, licence, ...) +- [ ] Use file to retrieve videos arguments +- [ ] Record and forget: put the video in a directory, and the script uploads it for you +- [ ] Usable on Desktop (Linux and/or Windows and/or MacOS) +- [ ] Graphical User Interface ## Sources inspired by [peeror](https://git.drycat.fr/rigelk/Peeror) and [youtube-upload](https://github.com/tokland/youtube-upload) \ No newline at end of file