A simple api for justwatch.com
Project description
# JustWatchAPI
JustWatch.com Python 3 API
How To
----------------------------------------------------------
search for an item
----------------------------------------------------------
from justwatchapi import JustWatch
just_watch = JustWatch()
results = just_watch.search_for_item(query='the matrix')
----------------------------------------------------------
or search for combination of genres
----------------------------------------------------------
just_watch = JustWatch(genres=['act', 'scf', 'hrr'])
results_by_genres = just_watch.search_for_item()
----------------------------------------------------------
or maybe search by provider
----------------------------------------------------------
just_watch = JustWatch()
results_by_providers = just_watch.search_for_item(providers=['nfx', 'stn'])
----------------------------------------------------------
or possibly a combination of the above
----------------------------------------------------------
just_watch = JustWatch()
results_by_multiple = just_watch.search_for_item(
providers=['nfx', 'stn'],
content_types=['movie'],
monetization_types=['free'])
----------------------------------------------------------
Read api_payload.txt for more information
JustWatch.com Python 3 API
How To
----------------------------------------------------------
search for an item
----------------------------------------------------------
from justwatchapi import JustWatch
just_watch = JustWatch()
results = just_watch.search_for_item(query='the matrix')
----------------------------------------------------------
or search for combination of genres
----------------------------------------------------------
just_watch = JustWatch(genres=['act', 'scf', 'hrr'])
results_by_genres = just_watch.search_for_item()
----------------------------------------------------------
or maybe search by provider
----------------------------------------------------------
just_watch = JustWatch()
results_by_providers = just_watch.search_for_item(providers=['nfx', 'stn'])
----------------------------------------------------------
or possibly a combination of the above
----------------------------------------------------------
just_watch = JustWatch()
results_by_multiple = just_watch.search_for_item(
providers=['nfx', 'stn'],
content_types=['movie'],
monetization_types=['free'])
----------------------------------------------------------
Read api_payload.txt for more information
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
JustWatch-0.5.1.tar.gz
(4.2 kB
view details)
File details
Details for the file JustWatch-0.5.1.tar.gz
.
File metadata
- Download URL: JustWatch-0.5.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5072aeb320c4066292e94667d758c5c39bb8dbc059d68e536391d7c62804ab18 |
|
MD5 | 6fc116bd69c55749f6daeb11ccc5c622 |
|
BLAKE2b-256 | 2d3154c11c1e4f8beffab32e842d39c8d89e1ab97e7f4ec516aaba374fd66aea |