jus
JustWatch
pypi i JustWatch
jus

JustWatch

Python 3 JustWatch.com API - https://justwatch.com

by Dawoud T

0.5.1 (see all)License:MIT
pypi i JustWatch
Readme

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

VersionTagPublished
0.5.1
4yrs ago
0.5.0
4yrs ago
0.4.1
6yrs ago
No alternatives found
No tutorials found
Add a tutorial
No dependencies found

Rate & Review

100
No reviews found
Be the first to rate