{"id":15969014,"url":"https://github.com/barrust/pyomdbapi","last_synced_at":"2025-10-28T08:31:21.689Z","repository":{"id":62582224,"uuid":"146940097","full_name":"barrust/pyomdbapi","owner":"barrust","description":"OMDB API python wrapper","archived":false,"fork":false,"pushed_at":"2024-12-30T03:52:51.000Z","size":720,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T09:38:39.161Z","etag":null,"topics":["imdb","movie","omdb","omdb-api","series"],"latest_commit_sha":null,"homepage":"https://pyomdbapi.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barrust.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-31T20:36:13.000Z","updated_at":"2024-12-30T03:52:50.000Z","dependencies_parsed_at":"2024-12-20T15:51:17.191Z","dependency_job_id":"b184879f-76c8-419a-b960-b92535ca2c1c","html_url":"https://github.com/barrust/pyomdbapi","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyomdbapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyomdbapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyomdbapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrust%2Fpyomdbapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrust","download_url":"https://codeload.github.com/barrust/pyomdbapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238618567,"owners_count":19502080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["imdb","movie","omdb","omdb-api","series"],"created_at":"2024-10-07T19:20:40.574Z","updated_at":"2025-10-28T08:31:21.684Z","avatar_url":"https://github.com/barrust.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pyomdbapi\n===========\n\nA simple OMDB API python wrapper\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n    :target: https://opensource.org/licenses/MIT/\n    :alt: License\n.. image:: https://codecov.io/github/barrust/pyomdbapi/graph/badge.svg?token=yTcX1HPXVv\n    :target: https://codecov.io/github/barrust/pyomdbapi\n    :alt: Codecov\n.. image:: https://img.shields.io/github/release/barrust/pyomdbapi.svg\n    :target: https://github.com/barrust/pyomdbapi/releases\n    :alt: GitHub release\n.. image:: https://badge.fury.io/py/pyomdbapi.svg\n    :target: https://badge.fury.io/py/pyomdbapi\n    :alt: PyPy Version\n.. image:: https://pepy.tech/badge/pyomdbapi\n    :target: https://pepy.tech/project/pyomdbapi\n    :alt: Downloads\n\nDocumenation\n-------------------------------------------------------------------------------\n\nOnline documentation can be found on `readthedocs.org \u003chttps://pyomdbapi.readthedocs.io/en/latest/\u003e`__.\n\n\nInstallation\n------------------\n\nPip Installation:\n\n::\n\n    $ pip install pyomdbapi\n\nTo install from source:\n\nTo install ``pyomdbapi``, simply clone the `repository on GitHub\n\u003chttps://github.com/barrust/pyomdbapi\u003e`__, then run from the folder:\n\n::\n\n    $ python setup.py install\n\n`pyomdbapi` supports python versions 3.9 - 3.13\n\n\nQuickstart\n-------------------------------------------------------------------------------\nTo use ``pyomdbapi`` you will need to get an API Key from `the OMDBApi site\n\u003chttp://www.omdbapi.com/\u003e`__. There are several versions available\nwith the free version limiting to 1000 requests per day.\n\n\nAfter installation, using ``pyomdbapi`` should be fairly straight forward:\n\n.. code:: python\n\n    from omdb import OMDB\n\n    omdb = OMDB(YOUR_API_KEY)\n\n    print(omdb.get_movie('despicable me'))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrust%2Fpyomdbapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarrust%2Fpyomdbapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrust%2Fpyomdbapi/lists"}