anonfiles-py

Simple AnonFiles.com API Wrapper


License
MIT
Install
pip install anonfiles-py==0.1.1

Documentation

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