Created
December 21, 2010 08:20
-
-
Save lantrix/749658 to your computer and use it in GitHub Desktop.
How to download an XML copy of your delicious bookmark data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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