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

https://github.com/simongoricar/omdbie

A Python 3.5+ wrapper for the OMDb API - using aiohttp, requests or urllib
https://github.com/simongoricar/omdbie

film omdb-api python35 series wrapper-api

Last synced: 9 months ago
JSON representation

A Python 3.5+ wrapper for the OMDb API - using aiohttp, requests or urllib

Awesome Lists containing this project

README

          

# OMDbie
A Python wrapper for the OMDb API - using aiohttp or requests

## Installing
To install OMDbie, either:

1. run `pip install git+https://github.com/DefaltSimon/OMDbie`
2. download the source code and do `python setup.py install`

## Usage

* **Client** *(connector, loop)*
*_connector_*: One of **Connectors** (defaults to aiohttp)
*_loop_*: an asyncio event loop (optional)