Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

delicious-exporter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delicious-exporter

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

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 24 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc