This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

delicious-exporter

1.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i delicious-exporter

Weekly Downloads

3

Version

1.1.0

License

MIT

Last publish

Collaborators

  • knalli