rdelicious
Get Version
1.0.2→ ‘rdelicious’
What
Rdelicious is a simple delicious wrapper for Ruby to quickly add a list of link in your delicious account.
Installing
sudo gem install rdelicious
Demonstration of usage
require 'rubygems' require 'rdelicious' @delicious = Rdelicious.new("delicious_login", "delicious_password") print "Correct login" if @delicious.is_connected? @delicious.add("http://rdelicious.rubyforge.net/", "Rdelicious Gem") if @delicious.url_exists?("http://rdelicious.rubyforge.net/") print "Url inserted into delicious" end @delicious.delete("http://rdelicious.rubyforge.net") unless @delicious.url_exists?("http://rdelicious.rubyforge.net/") print "Url deleted from delicious" end
Forum
http://groups.google.com/group/rdelicious
How to submit patches
Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.
The trunk repository is svn://rubyforge.org/var/svn/rdelicious/trunk for anonymous access.
License
This code is free to use under the terms of the Creative Commons GNU GPL.
Contact
Comments are welcome. Send an email to Alexandre Girard via the forum
Alexandre Girard, 31st October 2007
Theme extended from Paul Battley