Skip to content

utterstep/py_onetimesecret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thin Python binding for onetimesecret.com API.
Unicode-safe.
Description of API itself you can find here: https://onetimesecret.com/docs/api

Usage:

from onetimesecret import OneTimeSecret

o = OneTimeSecret("YOUR_EMAIL", "YOUR_OTS_APIKEY")
secret = o.share(u"test")

print o.retrieve_secret(secret["secret_key"])
# {u'secret_key': u'dtr7ixukiolpx1i4i87kahmhyoy2q65',
# u'value': u'test'}


____________
Feel free to contact me in any case: 8uk.8ak@gmail.com

About

Python binding to the OneTimeSecret API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages