Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardarpanet/imdb-pie
🎬 Python IMDB client using the IMDB JSON web service made available for their iOS application.
https://github.com/richardarpanet/imdb-pie
actors api-client api-wrapper directors imdb movie-ratings movie-reviews movies movies-api python-library television
Last synced: 10 days ago
JSON representation
🎬 Python IMDB client using the IMDB JSON web service made available for their iOS application.
- Host: GitHub
- URL: https://github.com/richardarpanet/imdb-pie
- Owner: richardARPANET
- License: other
- Created: 2018-04-03T18:36:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T08:29:47.000Z (2 months ago)
- Last Synced: 2024-10-13T09:07:43.487Z (26 days ago)
- Topics: actors, api-client, api-wrapper, directors, imdb, movie-ratings, movie-reviews, movies, movies-api, python-library, television
- Language: Python
- Homepage:
- Size: 353 KB
- Stars: 10
- Watchers: 4
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
ImdbPie
=======|PyPI| |Python Versions|
Python IMDB client using the IMDB JSON web service made available for their iOS application.
API Terminology
---------------- ``Title`` this can be a movie, tv show, video, documentary etc.
- ``Name`` this can be a credit, cast member, any person generally.Installation
------------To install imdbpie, simply:
.. code:: bash
pip install imdbpie
How to use
------------Choose an option:
1. `ImdbPie Facade usage examples `_ (the easy way, returns objects).
2. `ImdbPie Client usage examples `_ (more low level client API, returns raw dicts).
Requirements
------------::
1. Python 2 or 3
2. See requirements.txtRunning the tests
-----------------.. code:: bash
pip install -r test_requirements.txt
py.test src/tests.. |PyPI| image:: https://img.shields.io/pypi/v/imdbpie.svg
:target: https://pypi.python.org/pypi/imdb-pie
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/imdbpie.svg
:target: https://pypi.python.org/pypi/imdb-pie