/imdb

Imdb library to get movie meta from IMDB.com, since they're too cool to give us an API

Primary LanguageRubyMIT LicenseMIT

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