-
Notifications
You must be signed in to change notification settings - Fork 6
utterstep/py_onetimesecret
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published