Skip to content

wzykubek/basedbinpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple python library and CLI for basedbin pastebin-like service.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages