stchang / pasterack

The Racket pastebin.
30 stars 7 forks source link

need an API to enable posting pastes directly from DrRacket with Script-Plugin #59

Open spdegabrielle opened 6 years ago

spdegabrielle commented 6 years ago

Hi Stephen,

PasteRack needs an api to enable posting directly from DrRacket (see https://github.com/Metaxal/script-plugin/issues/7 )

So as not to subvert the necessary security (recaptcha) I'm proposing an api that allows a script to launch http://www.pasterack.org with the paste contents field filled in. The user would still need to give it a title and security tasks before submitting.

Kind regards,

Stephen