A little Python script to post links to Del.icio.us. Simply does a POST to the delicious API.
postlink URL Description Tags
URL The URL of the page to post to delicious
Description A string providing a description for the link
Tags A string providing a comma delimited list of tags for the link
- Uses Requests for HTTP stuff
MIT License. See license.txt for details.