NOTICE: If you're reading this on GitHub.com please be aware this is a mirror of the primary remote located at https://code.richard.do/richardARPANET/imdb-pie. Please direct issues and pull requests there.
Python IMDB client using the IMDB JSON web service made available for their iOS application.
NOTICE: If you're reading this on Github.com please be aware this is a mirror of the primary remote located at https://code.richard.do/explore/projects. Please direct any issues or pull requests Gitlab.
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