Skip to content

NYPDK/hastebiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

hastebiny

An unofficial hastebin module.

pip install hastebiny

This is a simpe module that allows you to create and recieve hastebins. There are two functions send and get. Using the send function, you can send data (text) to hastebins server and store it there, the function will return a key to access this data. The get function will return the data (text) attributed to a key.

# Example code
from hastbiny import hb

key = hb.send("My hastebin content :)")
print(key)
print(hb.get(key))

About

An unofficial hastebin module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages