2

Most instances of Etherpad accept setting the entire file by uploading an HTML file. Is there a way to automate this process with a command line tool such as cURL ?

Hugo Raguet
  • 418
  • 3
  • 11

1 Answers1

1

You can use the HTTP API to create or change the content of a pad. There are several client libraries available.

zzkt
  • 443
  • 3
  • 14
  • Do you any public server implementing this? – Hugo Raguet Nov 24 '20 at 13:07
  • it's part of the standard install but you will need an API key. perhaps have a look at this list for a start https://github.com/ether/etherpad-lite/wiki/Sites-that-run-Etherpad-Lite – zzkt Nov 24 '20 at 14:50