Import files to an etherpad-lite instance.
Basically, just open config.json, set the keys as detailed below and node epimport.js.
Annoyingly, the API seems to replace spaces with underscores for pad names (even thoughspaces are actually allowed). I am partial to changing the view to parse out underscores.
The path to your etherpad-lite instance, without a trailing slash.
This will be in your etherpad-lite install directory in APIKEY.TXT.
The location of the files to import. Probably easiest to use the default and stick everything you want to upload in import/.
The group ID to create your pads under. This can be a little difficult to get normally, I recommend using the ep_adminpads plugin to figure them out from the admin interface.
Convert what HTML is possible to markdown, strip the rest. Results vary.