FEATURES/PROBLEMS: * Scrapes links from reddit’s hot page and new page. == SYNOPSIS: # Get all the "hot" links on the first page links = Reddit::Data.read :hot, :page => 0 # Check out the links! for link in links puts link.rank puts link.site_id puts link.url puts link.title puts link.date end == REQUIREMENTS: * hpricot * open-uri * mechanize
Required Ruby Version
None
Authors
Julia West
Versions
- 0.2.0 February 18, 2008This gem version was imported to RubyGems.org on July 25, 2009. The date displayed was specified by the author in the gemspec. (7 KB)
- 0.1.1 January 22, 2008This gem version was imported to RubyGems.org on July 25, 2009. The date displayed was specified by the author in the gemspec. (6 KB)
- 0.1.0 January 22, 2008This gem version was imported to RubyGems.org on July 25, 2009. The date displayed was specified by the author in the gemspec. (6 KB)