Created
December 16, 2010 21:12
-
-
Save edavis10/744024 to your computer and use it in GitHub Desktop.
Grab the del.icio.us bookmarks into an xml file that is date stamped (auto monthly rotation)
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 | |
# Grab the del.icio.us bookmarks into an xml file... ick know but it works! | |
curl --user theadmin:PASSWORD -o /home/edavis/doc/D/delicious/Delicious`date +%d`.xml -O 'https://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
Good for cron, been running this every night for the past 4 years.