Skip to content

Upload files and download files to anonfile with python

License

Notifications You must be signed in to change notification settings

redevil1/anonupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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])

Releases

No releases published

Packages

No packages published

Languages