Skip to main content

A wrapper python for imdb.com

Project description

Python IMDB

Python package Github Issues MIT licensed

Logo

A wrapper python for imdb.com

Quick start

$ pip install pyimdb

Usage

With your key in hand, it's time to authenticate, so run:

>>> from pyimdb import IMDB

>>> imdb = IMDB()

Popular TV Shows

Returns list of popular tv shows.

>>> imdb.popular_tv_shows()

or

>>> imdb.popular_tv_shows(limit=10)

Popular Movies

Returns list of popular movies.

>>> imdb.popular_movies()

or

>>> imdb.popular_movies(limit=10)

TOP Rated TV Shows

Returns list of top rated tv shows.

>>> imdb.top_rated_tv_shows()

or

>>> imdb.top_rated_tv_shows(limit=2)

TOP Rated Movies

Returns list of top rated movies.

>>> imdb.top_rated_movies()

or

>>> imdb.top_rated_movies(limit=2)

Dependencies

  • Python >=3.8

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyimdb-0.1.3.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

pyimdb-0.1.3-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page