IMDB!

What?

A simple ruby library to scrape IMDB

How?


movie = Imdb.find_movie_by_id('tt1099212')
movie.title
</code>
=> "Twilight"

It does more of course, just look at the source.

Installation

gem install imdb

gem hosted on Gemcutter