Categories: None [Edit]

ruby-reddit

https://rubygems.org/gems/ruby-reddit
== 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

Total

Ranking: 73,149 of 180,554
Downloads: 11,297

Daily

Ranking: 61,345 of 180,543
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
1,9598,424,024hoe

Owners

#GravatarHandle
1iconjuliamae