Skip to main content

API Wrapper for throwbin.io

Project description

Throwbin

Modern throwbin.io API wrapper.

Usage

There is some methods of using throwbin API.

Post

Post synchronous

from throwbin import ThrowBin

tb = ThrowBin()

my_paste = tb.post(
    title="My title",
    text="My text",
    syntax="text"
)

print(f"Status {my_paste.status} | Link: {my_paste.link}")

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

throwbin-0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distributions

throwbin-0.1-py3.7.egg (4.4 kB view hashes)

Uploaded Source

throwbin-0.1-py3-none-any.whl (15.0 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