Simple AnonFiles.com API Wrapper
Project description
anonfiles.py
Simple AnonFiles.com API Wrapper written on Python3
BayFiles is also added and supported.
Install
$ pip3 install anonfiles-py
Usage
CLI
Upload files directly to AnonFiles.com. Multi-files is not supported.
anonfiles [filename / path of file]
Integrate
from anonfiles import AnonFiles
# BayFiles is also available and can be used similarly.
# `from anonfiles import BayFiles`
a = AnonFiles()
up = a.upload("example.py")
print(up.status)
© 2021 TheBoringDude
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 Distribution
anonfiles-py-0.1.2.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for anonfiles_py-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6dd3b4aee03f0ff7797942d1be19b41bbb14de16058286c1a5a612f6e127d68 |
|
MD5 | 0de5a7e4884645c39e0702ebda7f9876 |
|
BLAKE2b-256 | a2bb7a8186c774274e58ffaaafcdf69f63016b8a5e603819048270ee5e3f4ac7 |