A Python script to retrieve and display information about series, shows, movies, and plays from WatchIT's API.
- Fetch metadata for series, shows, movies, and plays.
- Retrieve poster and background images.
- List available seasons and episodes.
- Python 3.7+
requests
library
- Download and unzip the repository.
- Install dependencies:
pip install requests
- Configure authentication:
- Open DevTools on your browser while logged into watchit.com.
- Choose any GET request.
- Extract and replace the following values in the script:
{authorization, deviceid, dgst, servicecode}
- Run the script:
python main.py
Follow the prompts to select a content type and view details.