Comment on One-time Secret: Share passwords etc with URIs that work only onceparentComments−icebraining14yWhat language does it use? Seems pretty easy to create a library for this if it has an HTTP API and HTML parser (or even regex).−delanoOP14yWe don't have an API yet, but we will soon.−lukeholder14yyes thats what i was asking?−icebraining14yNo, I'm saying that you could use the site as it is in an automated form. You just need to POST the data to a certain URL and then parse the page to extract the contents.No need for them to have an API.
Comments
What language does it use? Seems pretty easy to create a library for this if it has an HTTP API and HTML parser (or even regex).
We don't have an API yet, but we will soon.
yes thats what i was asking?
No, I'm saying that you could use the site as it is in an automated form. You just need to POST the data to a certain URL and then parse the page to extract the contents.
No need for them to have an API.