Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.19 KB

highly-exporter

Export all highlights out of HighlyTM, since it's shutting down.

Necessary because their standard export tool to export it to CSV caps out at 1000 highlights.

If you're looking for a Clojure version, check out Devon's repo. This was written after that.

The difference is that the above didn't work for me (some missing random dependency I couldn't figure out).

This just requires node.js and no other modules.

Usage

Add your token to the TOKEN variable in highly.js.

You can generate a csv or a json. Clone repo, then run:

node src/highly_exporter/highly.js > highlights.csv

This will save highlights to a csv file.

To switch to json, just uncomment the console log line for json (and comment the one for csv) here.

This works well because I don't log anything else.

It will take a little while to run.

Requirements

Install node.js.