This module allows to use Pastebin API very easily.
Project description
PASTEBIN API
# Module made by @venaxyt on Github
import pastebinapi
username = "pastebin account username"
password = "pastebin account password"
api_key = "account api_key findable here https://pastebin.com/doc_api
# Check an account
pastebinapi.check(username, password, api_key)
>>> Output : [username] Valid account
# Get the token of an account
pastebinapi.token(username, password, api_key)
>>> Output : [username] Token : account token
# Upload a paste on an account
privacity = "2" # 0 : public | 1 : unlisted | 2 : private
content = "That's my text"
title = "Venax paste"
pastebinapi.paste(username, password, api_key, privacity, title, content)
>>> Output : [>] Successfully uploaded :
>>> Output : [>] Pastebin text page : https://pastebin.com/pasteid
>>> Output : [>] Pastebin text /raw : https://pastebin.com/raw/pasteid
Download :
pip install pastebinapi
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pastebinapi-0.0.5.tar.gz
(2.3 kB
view details)
File details
Details for the file pastebinapi-0.0.5.tar.gz
.
File metadata
- Download URL: pastebinapi-0.0.5.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9a8680b0bd41702a95381dc4dcfac06c4ee43a408688e4d1dfe1d11480785e3 |
|
MD5 | c97e8c1af81a45ff1d0a72f861212b00 |
|
BLAKE2b-256 | fd50e4a976f23bef54867d21731c432a0f13405c37a96fd61e2e83995983c5b7 |