Skip to main content

Python package to access the IMDb's database

Project description

imdby

imdby is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies.

Main features

  • imdby is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies.

  • Platform-independent and written in Python 3 it can retrieve data from both the IMDb's web server and a local copy of the whole database.

  • imdby package can be very easily used by programmers and developers to provide access to the IMDb's data to their programs.

  • Some simple example scripts - useful for the end users - are included in this package;

imdby powers many other software and has been used in various research papers. Curious about that?

Installation

Whenever possible, please use the latest version from the repository::

pip install git+https://github.com/santhoshse7en/imdb

But if you want, you can also install the latest release from PyPI::

pip install imdby

Usage

Download it by clicking the green download button here on Github. Here's an example that demonstrates how to use imdby:

# create an instance of the IMDb class
from imdby.imdb import imdb

# get a movie
details = imdb('tt4154796')

# print the names of the directors of the movie
print('Directors:')
for i in range(len(details.directors)):
    print(details.directors[i])

# print the genres of the movie
print('Genres:')
for i in range(len(details.genre)):
    print(details.genre[i])

Directory of IMDb class

dir

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

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

imdby-0.0.5.tar.gz (8.5 kB view details)

Uploaded Source

File details

Details for the file imdby-0.0.5.tar.gz.

File metadata

  • Download URL: imdby-0.0.5.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

File hashes

Hashes for imdby-0.0.5.tar.gz
Algorithm Hash digest
SHA256 743a9acae7885a1881335f406e7562530227ccdd02bdb61a5da4876ab9c982f9
MD5 c320cdc05c0f3a26e80089c9b96515b3
BLAKE2b-256 2695932db61419abd70d855f3521cae37ef5186b11628765ca638bd48bb7be59

See more details on using hashes here.

Supported by

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