Python Pastebin Library for reading and running pastes
Project description
PastebinReaderPy
With this library you can read and run pastes
Installation
pip install PastebinReaderPy
Documentation
(id - https://pastebin.com/{**id**})
- read_paste(paste_id:str) -> str
- This function return text of paste
- read_var_paste(paste_id:str) -> str
- This function return paste's varible
- run_paste(paste_id:str) -> None
- This function run paste's python code
Usage
>>> import pastebin_reader as pr
>>> pr.read_paste('uQS3TJgS') # for reading example id = uQS3TJgS
'{\n "English": "en",\n "Chinese": "zh",\n "Ukrainian": "uk",\n "Polish": "pl"\n}'
>>> pr.read_var_paste('uQS3TJgS')
{'English': 'en', 'Chinese': 'zh', 'Ukrainian': 'uk', 'Polish': 'pl'}
>>> pr.run_paste('tLDZ9p7w') # for running example id = tLDZ9p7w
Hello, World!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PastebinReaderPy-1.0.0.tar.gz
.
File metadata
- Download URL: PastebinReaderPy-1.0.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3270d8c521d3eb964921b39fd4ac355aafedec7a4128a56672cad15ed7be3bc |
|
MD5 | 9a1d0dd2168a71f70c44486eadb9790a |
|
BLAKE2b-256 | f40b6215ce4b9cb62ab70641d1986460754f4dccd2c43662da94587b33c3614c |