redevil1 / anonupload

Upload files and download files to anonfile with python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Upload files and download files to anonfile with python

License:MIT License


Languages

Language:Python 100.0%