Skip to content

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

License

Notifications You must be signed in to change notification settings

neilkakkar/highly-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published