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.
- Search for movies and TV shows
- Filter results by streaming platform, subscription type, audio language, subtitles, etc.
- Clone the repository:
git clone https://github.com/anton2026gamca/justwatch-search.git
cd justwatch-search- Create a virtual environment and install dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtt- Run the script:
python3 just_watch_search.py -hThe web demo is hosted using GitHub Pages. To deploy your own version:
- Fork the repository
- Open
Settings-> t;Pagesin your forked repository - Select the branch you want to use for GitHub Pages (usually
main) - Click "Save"
Your web demo should now be live at https://