Skip to main content

upload and download to anonfiles server

Project description

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.upload([file1, file2])

from anonupload import upload

upload([file1, file2])

anonupload.download([file1, file2])

from anonupload import download

download([file1, file2])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anonupload-1.0.4.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

anonupload-1.0.4-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page