Python IMDB client using the IMDB JSON web service made available for their iOS application.
Title
this can be a movie, tv show, video, documentary etc.Name
this can be a credit, cast member, any person generally.
To install imdbpie, simply:
pip install imdbpie
Choose an option:
- ImdbPie Facade usage examples (the easy way, returns objects).
- ImdbPie Client usage examples (more low level client API, returns raw dicts).
1. Python 2 or 3 2. See requirements.txt
pip install -r test_requirements.txt
py.test src/tests