Skip to main content

upload and download to anonfiless server

Project description

anonfiles-script

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

PyPI version Downloads Downloads Python 3.6

Installation

pip3 install anonfiles

Usage

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

API

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

anonfiles.upload([file1, file2])

from anonfiles import upload

upload([file1, file2])

anonfiles.download([file1, file2])

from anonfiles 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

anonfiles-1.0.3.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

anonfiles-1.0.3-py3-none-any.whl (5.0 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