Skip to main content

An unofficial hastebin module.

Project description

hastebiny

An unofficial hastebin module.

pip install hastebiny

This is a simpe module that allows you to create and recieve hastebins. 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))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hastebiny-0.0.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

hastebiny-0.0.3-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page