An upload script for anonfile.com made in python. Supports multiple files.
pip3 install anonupload
anon up {path-to-file_1} {path-to-file _2} ... # upload file to anonfile server
anon d {url1} {url2} ... # download file
pip3 install anonupload==1.0.1
anon {path-to-file 1} {path-to-file 2}...
The anonfile-upload client is also usable through an API (for test integration, automation, etc)
from anonupload.main import upload
upload([file_path])