ruby-reddit 0.1.1
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
Gemfile:
=
installation:
=
Dépendances de Runtime (1):
hoe
>= 1.4.0