Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.txt

Running 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