imdb

This package can be used to retrieve information about a movie or a person from the IMDb database. It can parse the data from https://datasets.imdbws.com/

imdb.Cinemagoer(accessSystem=None, *arguments, **keywords)

Return an instance of the appropriate class. The accessSystem parameter is used to specify the kind of the preferred access system.

imdb.IMDb(accessSystem=None, *arguments, **keywords)

Return an instance of the appropriate class. The accessSystem parameter is used to specify the kind of the preferred access system.

exception imdb.IMDbError(*args, **kwargs)

Base class for every exception raised by the imdb package.

imdb.available_access_systems()

Return the list of available data access systems.