Skip to content

ootiq/anonfiles.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple AnonFiles.com API Wrapper

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors