Skip to content

deeso/simple-pastebin-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For the time being usage goes something like this:

sudo pip3 install -r requirements . $ipython3

from simple_pastebin_client import PasteBinApiClient

api_dev_key = "CREATE" 
api_user_key = "CREATE"

x = PasteApiBinClient(api_dev_key, api_user_key=api_user_key)

print (x.trends())
print (x.user_pastes('Matthewm'))

PasteBinApiClient.user_pastes('Matthewm')
PasteBinApiClient.paste('6cJEZfcH')

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published