Tag Archives: Ruby
rDigg – Ruby on Rails Digg API plugin
I’ve sort of finished up rDigg today. It’s to the point I’m comfortable letting other people start to play with it anyways.
As you’d expect, rDigg is a Digg API wrapper in the form of a Ruby on Rails plugin. It still needs some work, but works pretty well.
For example:
#create new Rdigg object
digg [...]
Posted in Programming, Ruby, Ruby On Rails Also tagged digg.com, rDigg, Ruby On Rails Leave a comment
Super Simple Ruby Web Scraper
Alrighty folks. Quick walk though for scraping remote web data with Ruby. This is how I did it for my little web scraper I wrote on Saturday..
DISCLAIMER: Web Scraping is kind of a gray area.. don’t steal things that are copywritten and don’t be a jerk. Give credit where credit is due..
First [...]
Posted in Programming, Ruby On Rails Also tagged How to, mechanize, open uri, Ruby On Rails, sweefner.com, web scraper Leave a comment
Testing Your Apps.