Curl POST into Etherpad

1 points by Johnyma22 ↗ HN
Use curl to POST straight to Etherpad with:

cat "Herro world" > ~test.txt curl -X POST -d @~test.txt http://beta.etherpad.org/post

or a one liner curl -X POST -d "Herro world" http://beta.etherpad.org/post

Very useful for posting up log/settings files.

Etherpad will return the Pad URL

Plugin at https://github.com/johnmclear/ep_post_data

0 comments

[ 4.1 ms ] story [ 7.9 ms ] thread

No comments yet.