pastebinOmatic

utility lib for pastebin and others


Keywords
parcer, pastebin, ghostbin, lib, python, python-library, python3
License
xpp
Install
pip install pastebinOmatic==1.2

Documentation

pastebinOmatic v1.1

pastebinOmatic is a utility lib for working with pastebin.com

instolation

pip install pastebinOmatic

examples

import pastebinOmatic as pom 


p = pom.parce("https://pastebin.com/XrXxjtWw")

paste_title = p.get_title()

print(paste_title)
# output: hiiiiiiiiiiiiiiiiiiiiiiiiiii

links

DOCS | PyPi