imdb

Crates.ioimdb
lib.rsimdb
version0.0.1
sourcesrc
created_at2017-11-06 17:37:39.807599
updated_at2017-11-06 17:37:39.807599
descriptionimdb is a library to retrieve information from IMDb
homepagehttps://github.com/yoursvivek/imdb
repositoryhttps://github.com/yoursvivek/imdb
max_upload_size
id38371
size19,948
Vivek Kushwaha (yoursvivek)

documentation

README

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.

Commit count: 8

cargo fmt