My favorites | Sign in
Project Logo
                
Code license: MIT License
Labels: ruby, digg, api
Blogs:
Feeds:
Groups:
People details
Project owners:
  johnwulff

INSTALL

svn checkout http://digg-ruby.googlecode.com/svn/trunk/ digg-ruby

USAGE

require 'digg'
digg = Digg.new               # create a digg client
digg.stories.each do |story|  # fetch and print titles of stories
  puts story.title
end








Hosted by Google Code