While trying to make some use of Google Co-op and more specifically the subscribed links functionality, I came up with the idea of returning my Del.icio.us links when searching on a particular tag.
The idea is simple, you subscribe to my (or anyone else's) Google Co-op Profile (containing a del.ici.us subscribed link) and whenever you perform a search using a tag the most recent Del.ici.us bookmarks are returned (maximum of 3 at the moment).
Example
It's probably not the best use of Google Co-op but it was fun to write!
In fact I had so much fun writing it the first time that I decided to start all over again and re-write the tool in Java
Java Class System Requirements
Sun JDK/JRE 6 or higher
Java Class Usage
Usage: java -jar DeliciousSubscribed.jar [-h] [-u username] [-p password]
Options: -h Displays this usage.
-u USERNAME Your Del.icio.us username.
-p PASSWORD Your Del.icio.us password.
-a "AUTHOR" Your full name.
-d "DESCR" Your Description (usually Company Name).
-t "TITLE" The subscribed link title
(links to http://del.icio.us/USERNAME).
Java Downloads
Python Script System Requirements
- Python 2.3.5 or higher (or lower - I've just not tested it)
Python Script Usage
Usage: deliciousgsubs [-hotv] [-u username] [-p password]
Options: --help -h Displays this usage.
--username -u USERNAME Your Del.icio.us username.
--password -p PASSWORD Your Del.icio.us password.
--author -a "AUTHOR" Your full name.
--description -d "DESCR" Your Description (usually Company Name).
--title -t "TITLE" The subscribed link title
(links to http://del.icio.us/USERNAME).
Source Code
You can browse the code for this project at Source Code
Suggest a feature / Report a Bug
Help improve this code - please suggest a feature.
Bugzilla - It's not just for bugs you know!










