bardiharborow / imdb-cli

A command-line tool for retrieving an artist's filmography from IMDb. Created as part of a technical interview.

Repository from Github https://github.combardiharborow/imdb-cliRepository from Github https://github.combardiharborow/imdb-cli

imdb

Build Status Coverage Status Maintainability Python Package

A command-line tool for retrieving an artist's filmography from IMDb.

Usage

$ imdb --name "Octavia Spencer"
$ imdb --name "Octavia Spencer" --reverse --json
$ imdb --id nm0818055

Install

To avoid polluting the main PyPI index, this project is published on the staging PyPI. To install, follow this process.

$ pip install requests
$ pip install --index-url https://test.pypi.org/simple/ --no-deps imdb-cli

Caution

This project is provided for educational purposes only and is not affiliated with IMDb. You should request explicit permission from IMDb before using the software. If you plan to engage in large-scale scraping, IMDb's downloadable datasets may be more suitable.

Licence

Licensed under the MIT License. This software is provided on an "as is" basis, without warranties of any kind.

About

A command-line tool for retrieving an artist's filmography from IMDb. Created as part of a technical interview.

License:MIT License


Languages

Language:Python 100.0%