https://github.com/null-none/omdb-client
The OMDb API is a RESTful web service to obtain movie information, all content and images on the site are contributed and maintained by our users.
https://github.com/null-none/omdb-client
api api-client database imdb omdb-api python rest-api
Last synced: about 2 months ago
JSON representation
The OMDb API is a RESTful web service to obtain movie information, all content and images on the site are contributed and maintained by our users.
- Host: GitHub
- URL: https://github.com/null-none/omdb-client
- Owner: null-none
- License: mit
- Created: 2020-05-19T07:46:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T07:59:22.000Z (almost 6 years ago)
- Last Synced: 2025-08-17T04:44:20.457Z (10 months ago)
- Topics: api, api-client, database, imdb, omdb-api, python, rest-api
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
The OMDb API is a RESTful web service to obtain movie information, all content and images on the site are contributed and maintained by our users.
=======
Install
=======
.. code-block:: bash
pip install omdb_client
=======
Example
=======
.. code-block:: python
from omdb.client import OMDb
API_KEY = 'api key'
title = 'mask'
id = 100000
client = OMDb(API_KEY)
movies = client.search_title(title)
movie = client.search_id(id)
=======
Donation
=======
.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg
:target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YYZQ6ZRZ3EW5C