/Uploader

A simple python file uploader

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Here upload for 3 website

  • file.io
  • zippyshare.com
  • anonfiles.com

Usage (CLI)

usage: main.py [-h] [-f] [-s] [-l]

		Uploader
    Author © github.com/motebaya 2022

options:
  -h, --help         show this help message and exit
  -f , --file        input your file
  -s , --server      chosee server, type --list for show all server
  -l, --list-server  display all server list .eg zippyshare .etc

example: 
./main.py -f yourfile -s anonfiles

i don't know how to add progress uploader bar with tqdm
for some website like httpbin its posible,
but in this case some site like zippyshare have multipart form data
for upload it, see in this requests not support with stream upload,
also i trying with requests_toolbelt but not working with asyncio