bjhess / imdb

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License