watchhub

Communicate with the watchub API to find streams from IMDB IDs.


Keywords
watchhub
License
MIT
Install
pip install watchhub==2020.12.1

Documentation

python-watchhub

Build Status Coverage Status Downloads

Documentation for this package can be found at https://watchhub.readthedocs.io.

watchhub is a Python package for querying the strem.io Watchhub API. This API enables you to discover content IDs across many stream services such as netflix, disney+, nowtv, etc. from a IMDB ID

Installation

pip install watchhub

To utilize the async version of this code, you must install into a Python 3.7+ environment via:

pip install watchhub[async]