Skip to content

Instantly share code, notes, and snippets.

@edavis10
Created December 16, 2010 21:12
Show Gist options
  • Save edavis10/744024 to your computer and use it in GitHub Desktop.
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)
#!/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'
@edavis10
Copy link
Author

Good for cron, been running this every night for the past 4 years.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment