Skip to content

For create pastebin, logging Account and read text from link pastebin. Write in Python

License

Notifications You must be signed in to change notification settings

Sandaxxx/Pastebin_Create_Api_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

The Tool its for create pastebin, logging account and read content pastebin link.

background

INSTALLATION

pip install pastebinapi

# EXEMPLE PASTEBIN API 

import pastebinapi
   
username = "<Your Username>"
password = "<Your Passwword>"
api_key = "<Your API Key>"
pastebinapi.check(username, password, api_key)

content = "text"
privacity = "1" # 0 = public / 1 = unlisted
title = "text 1"
pastebinapi.paste(username, password, api_key, privacity, title, content)

About

For create pastebin, logging Account and read text from link pastebin. Write in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages