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
- Host: GitHub
- URL: https://github.com/simongoricar/omdbie
- Owner: simongoricar
- License: mit
- Created: 2017-04-01T20:07:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T11:11:02.000Z (about 9 years ago)
- Last Synced: 2025-01-13T19:51:53.480Z (over 1 year ago)
- Topics: film, omdb-api, python35, series, wrapper-api
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE
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)