Simple AnonFiles.com API Wrapper written on Python3
BayFiles is also added and supported.
$ pip3 install anonfiles-py
Upload files directly to AnonFiles.com. Multi-files is not supported.
anonfiles [filename / path of file]
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)