Skip to content

A simple Hastebin API wrapper for Python.

License

Notifications You must be signed in to change notification settings

dev-cats/hastebin.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hastebin.py

A simple Hastebin API wrapper for Python.

Installation

pip3 install hastebin.py

Usage

function post - takes a string and returns a URL.

Example

import hastebin for blocking request. import async_hastebin as hastebin for non-blocking request (in a coroutine). print(hastebin.post(input("Enter text to upload to Hastebin: ")))

About

A simple Hastebin API wrapper for Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%