Tag: bookmark

Backup Del.icio.us posts

Backup all delicious bookmarks using this command wget –user=username –password=password https://api.del.icio.us/v1/posts/all -O bookmarks.xml

Post to Delicious From Command Line

Post to Delicious curl “https://<username>:<password>@api.del.icio.us/v1/posts/add?&url=[URL]&description=[TITLE]&tags=[TAGS]&replace=no”