Skip to content

imdb is a Rust library to retrieve information from IMDb.

License

Notifications You must be signed in to change notification settings

yoursvivek/imdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

use imdb::IMDb;

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

License

This library is released under MIT License.

About

imdb is a Rust library to retrieve information from IMDb.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages