Skip to content

marios8543/hastebin.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

 
 
 

Languages