Skip to content

Python script to upload files and videos to zippyshare for sharing

License

Notifications You must be signed in to change notification settings

lem0n4de/zippyshare-video-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zippyshare Uploader (Special for videos)

Installation:

git clone https://github.com/lem0n4de/zippyshare-video-uploader
cd zippyshare-video-uploader
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python upload.py --help

Usage:

usage: upload.py [-h] [--file [FILE ...]] [--directory [DIRECTORY ...]] [--split] [--output OUTPUT] [--retries {0,1,2,3,4,5}] [--proxy PROXY]

options:
  -h, --help            show this help message and exit
  --file [FILE ...], -f [FILE ...]
                        Files to upload
  --directory [DIRECTORY ...], -d [DIRECTORY ...]
                        Directories containing files to upload
  --split, -s           Whether to zip files or not
  --output OUTPUT, -o OUTPUT
                        Output file
  --retries {0,1,2,3,4,5}, -r {0,1,2,3,4,5}
                        How many times to re-attempt failed uploads
  --proxy PROXY         HTTPS proxy. <IP>:<PORT>

Examples:

python upload.py -d directory
python upload.py -f file.mp4 -s

About

Python script to upload files and videos to zippyshare for sharing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages