Skip to content

Instantly share code, notes, and snippets.

@lantrix
Created December 21, 2010 08:20
Show Gist options
  • Save lantrix/749658 to your computer and use it in GitHub Desktop.
Save lantrix/749658 to your computer and use it in GitHub Desktop.
How to download an XML copy of your delicious bookmark data
#!/bin/bash
wget \
--http-user=username \
--http-password=password \
--no-check-certificate \
-O delicious.xml \
api.del.icio.us/v1/posts/all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment