# 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)
-
Notifications
You must be signed in to change notification settings - Fork 0
For create pastebin, logging Account and read text from link pastebin. Write in Python
License
Sandaxxx/Pastebin_Create_Api_Python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published