caseywatts / hackpad-export

Exports hackpads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hackpad Export

Exports your hackpads to markdown, html or plaintext.

To run:

node index.js -c <your client ID> -s <your secret> --format <format to export in> <pad ID 1> <pad ID 2>...

You can get your client ID and secret on the account settings.

The format can be either html, md, or txt.

Each input pad will be saved to <pad ID>.<format> in the cwd.

About

Exports hackpads