Small lib to interact with LCSB privatebin
Project description
LCSB-PBIN
Small library to send a paste on the LCSB private bin.
This one is a bit modified and does not allow paste to be sent without authentication.
Install
pip install lcsb_pbin
Usage
import lcsb_pbin
link = lcsb_pbin.paste(
"https://privatebin.lcsb.uni.lu",
"""
# Header
lorem ipsum
""",
"lums-username",
"lums-password",
paste_password='passw0rd',
formatter="markdown",
opendiscussion=True,
burnafterreading=False,
expire="1month",
debug=False,
)
print(link)
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
lcsb_pbin-0.0.4.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for lcsb_pbin-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eaf09a871cf37dfa3bac7553c661f6653423db7de32a2c754ed08a28f6284761 |
|
MD5 | 5d410fb1b4068939485eea7aea0ac5f3 |
|
BLAKE2b-256 | d523d71d4926de20dce567a04f75398ec473223610f1bb7fccc2e25543cfd3e4 |