OMDB API python wrapper
Project description
OMDB API python wrapper
Installation
Pip Installation:
$ pip install pyomdbapi
To install from source:
To install pyomdbapi, simply clone the repository on GitHub, then run from the folder:
$ python setup.py install
pyomdbapi supports python versions 3.4 - 3.7
Quickstart
To use pyomdbapi you will need to get an API Key from the OMDBApi site. There are several versions available with the free version limiting to 1000 requests per day.
After installation, using pyomdbapi should be fairly straight forward:
from omdb import OMDB
omdb = OMDB(YOUR_API_KEY)
print(omdb.get_movie('despicable me'))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyomdbapi-0.0.2.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for pyomdbapi-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27015a801a22cff3ff0c460de849ba1090a237f4a8931261b947df6a99cc3e35 |
|
MD5 | 7492628d39da44a80d12f4c5c4fd27ed |
|
BLAKE2b-256 | f8f674a2693c9f9236f96f2937abc086739bf64cc31397bd66313d6cacecb512 |