Unofficial Cli that Uploads/Download Files from Zippyshare written in Shell.
This project is discontinued due to Zippyshare Ending its Journey. Refer to: #4
Thanks for their efforts! This project will be archived.
curl -sL -o "${PREFIX}/bin/zippy-cli" https://raw.githubusercontent.com/TheGlockMisc/zippy-cli/master/zippy-cli
chmod +x "${PREFIX}/bin/zippy-cli"
zippy-cli [-m] [<url>|urls.txt]
zippy-cli [-f <file|dir>]
zippy-cli [-v|-h|--aria]
-f [<file|directory>] : Insert the File location to Upload
-m : Enable download listing
-o : Output file name
-v : Show the version of the script
-h : Show this help
-a, --aria : Use Aria2c as Downloader
- curl
- aria2c (optional)
- grep
- zip