#video #scraping

imdb

imdb is a library to retrieve information from IMDb

1 unstable release

Uses old Rust 2015

0.0.1 Nov 6, 2017

#48 in #scraping

MIT license

15KB
255 lines

imdb

License: MIT

imdb is a Rust library to retrieve information from IMDb.

This is a work in progress and far from complete. For the time being you can check out the excellent python implementation IMDbPY, which is complete and very well maintained.

Installation

Add following lines to your Cargo.toml:

[dependencies]
imdb = "0.0.1"

Example

extern crate imdb;
use imdb::IMDb;

imdb = IMDb::new();
top250movies = imdb.top250_movies().unwrap()

License

This library is released under MIT License.

Dependencies

~21–29MB
~519K SLoC