Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
/ imdb-cli Public archive

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

License

Notifications You must be signed in to change notification settings

bardiharborow/imdb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages