redevil1 / anonupload

Upload files and download files to anonfile with python
MIT License
1 stars 0 forks source link
anonfile anonfile-api anonfileclient anonfiles anonfiles-cli anonymous upload-file

anonfiles-script

An upload script for anonfile.com made in python. Supports multiple files.

PyPI version Downloads Downloads GitHub Contributors GitHub commit activity GitHub last commit Python 3.6

Installation

pip3 install anonupload

Usage

anon up {path-to-file_1} {path-to-file _2} ...  # upload file to anonfile server
anon d {url1} {url2} ...              # download file 

install old version 1.0.1

pip3 install anonupload==1.0.1

Usage for version 1.0.1

anon {path-to-file 1} {path-to-file 2}...

You can change file name before upload on anonfile server

API

The anonfile-upload client is also usable through an API (for test integration, automation, etc)

anonupload.main.upload([file_path])

from anonupload.main import upload

upload([file_path])