A command-line tool for retrieving an artist's filmography from IMDb.
$ imdb --name "Octavia Spencer"
$ imdb --name "Octavia Spencer" --reverse --json
$ imdb --id nm0818055
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
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.
Licensed under the MIT License. This software is provided on an "as is" basis, without warranties of any kind.