Registry / networking / imdb
library0.8.2rbrubygemsunverified

Easily use Ruby or the command line to find information on IMDB.com.

gem install imdb
INSTALL
IMPORT
SIG · IMDB
I
imdb
networkingrubyv0.8.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Imdb
require 'imdb'

Search for a movie on IMDB and retrieve its details.

require 'imdb' movie = Imdb::Search.new('Inception').movies.first puts movie.title puts movie.rating
Debug
Known issues
gotchaScrapes IMDB website; may break if site structure changes.
fix
Use an official API or alternative gem like 'imdb-party'.
affects: >= 0.8.0
Upgrade
Version history
0.8.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
imdb — gem install imdb · libregistry