RubyGems Navigation menu

ruby-reddit 0.2.0

FEATURES/PROBLEMS: * Scrapes links from reddit’s hot page and new page. == SYNOPSIS: require "reddit" # Get all the links from the "hot" page links = Reddit.read :hot # 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 # Get all the links from the first page of the ruby subreddit ruby_links = Reddit.read :ruby # Get all the links from the second page of the ruby subreddit ruby_links_2 = Reddit.read :ruby, :page => 1 == REQUIREMENTS: * hpricot * open-uri * mechanize

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.2.0 - February 18, 2008* (7.0 KB)
  2. 0.1.1 - January 22, 2008* (6.0 KB)
  3. 0.1.0 - January 22, 2008* (6.0 KB)

Runtime 相依性套件 (1):

hoe >= 1.5.0

擁有者:

作者:

  • Julia West

SHA 256 checksum:

224094b37576ed05a929df1be30fd8dbc4032742b2dafa5ae19a04d7f6243e0f

總下載次數 11,273

這個版本 4,546

License:

Ruby 版本需求:

相關連結: