1.1.0 • Published 7 years ago

delicious-exporter v1.1.0

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

del.icio.us exporter

npm version Build Status License

Because there is no del.icio.us exporter anymore.

Why?

del.icio.us is a bookmark service, which does not only stores the user's bookmarked links with tags, but also let's search and find for related links in the community (i.e. "users who have tagged this link also tagged...").

Because the export feature (api) has been removed for a while, I need a export tool. That it is. The export is done by scraping the HTML.

How to install?

npm install -g delicious-exporter

How to use?

Basic options

Help

delicious-exporter --help

Download public bookmarks for user knalli

delicious-exporter knalli

Download public and private bookmarks for user knalli

delicious-exporter knalli -p password

Advanced options

  • The default writes the result into delicious.json. This can be changed with --output-file otherfile.json.
  • The downloaded data (actually, HTML files only) can be stored: --write-html output/
  • Instead of re-downloading all files, the files can read by directory (see --write-html): --read-html output/

License

Licensed under MIT.