- Download or clone the gist.
- cd into the directory & do
$ npm install
- I have used nodedelicious and it needs you to store delcious username & password as enviromnet varaibles so you will need to do the following.
$ export DELICIOUS_USER="<your username>" && export DELICIOUS_PASSWORD="<your password>"
- Run
$ node index.js
- PROFIT! you have your delicious export in a file called
bookmarks.html
that you can save or import in Pocket.
Hey, this works brilliantly, many thanks. It seems to be limited to only exporting 999 bookmarks. I have 2700 stuck inside the service. Is there any way to expand it so it will export more? Thanks again.