Skip to content
Notifications You must be signed in to change notification settings

anton2026gamca/justwatch-search

Repository files navigation

JustWatch Search Python Script & Web DemoDemo

A Python script that allows you to search for movies and TV shows across various streaming platforms using the JustWatch API right in your terminal. The script can be run in a web browser demo using Pyodide, enabling a command-line interface experience directly in the browser.

Features

  • Search for movies and TV shows
  • Filter results by streaming platform, subscription type, audio language, subtitles, etc.

Usage

  1. Clone the repository:
git clone https://github.com/anton2026gamca/justwatch-search.git

cd justwatch-search
  1. Create a virtual environment and install dependencies:
python3 -m venv venv

source venv/bin/activate
pip install -r requirements.txtt
  1. Run the script:
python3 just_watch_search.py -h

Web Demo deployment

The web demo is hosted using GitHub Pages. To deploy your own version:

  1. Fork the repository
  2. Open Settings -> t; Pages in your forked repository
  3. Select the branch you want to use for GitHub Pages (usually main)
  4. Click "Save"

Your web demo should now be live at https://.github.io/justwatch-search/earch/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published