Rubicious

Rubicious is a Ruby library which handles del.icio.us APIs.

See http://del.icio.us/help/api/ for details of del.icio.us APIs.

Requrements

If you want to run examples/deliciousfs.rb, you must install FuseFS.

Releases

Examples

require 'rubicious'

username = 'user'
password = 'pass'
r = Rubicious.new(username, password)

# retrieve all tags
r.get_tags
# retrieve recent posts
r.posts_recent
# retrieve posts tagged with 'Ruby'
r.posts_get(:tag => 'Ruby')

deliciousFS

If you installed FuseFS, you can run example/deliciousfs.rb which creates filesystem that contains your posts. Here is demo video: