upload and download to anonfiles server
Project description
anonfiles-script
An upload script for anonfiles.com made in python. Supports multiple files.
Features
- Progress bar
- upload urls will save in a file.
- You can change file name before upload on anonfile server
Installation
pip3 install anonupload
Usage
anon up {path-to-file_1} {path-to-file _2} ... # upload file to anonfile server
anon d {url1} {url2} ... # and upload directly to anonfiles
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(filename)
from anonupload import changefile_and_upload
changefile_and_upload([file1, file2])
anonupload.download(url)
from anonupload import download
download(url)
anonupload.download([url1, url2])
from anonupload import download
downloads([url1, url2])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file anonupload-1.1.8-py3-none-any.whl
.
File metadata
- Download URL: anonupload-1.1.8-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99606d64aa541d580581d3135e5cbbe0c3d3dbf09ae8a08e7069cbd490375b05 |
|
MD5 | 08d3da09cdce968648a20f84b580d66b |
|
BLAKE2b-256 | e5ecf2d70ffed36910aeb8150e2176c17961df5318193a9aa890a7b0b9d6c7ec |