basedbinpy 0.5.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

basedbinpy 0.5.2

basedbinpy
Simple python library and CLI for basedbin pastebin-like service.
Installing
$ python3 -m pip install basedbinpy

Library demo
from basedbinpy import Client

client = Client(BASEDBIN_URL) # example: "http://localhost:8080"

paste = client.get_paste(PASTE_ID)

print(paste["file_content"])

CLI upload file demo
$ python3 -m basedbinpy --url http://localhost:8080 upload -f note.txt

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.