A Python script to fetch and display information about series, shows, movies, and plays from WatchIT's API.
- Fetch details about series, shows, movies, and plays.
- View artworks (posters and backgrounds).
- Explore seasons and episodes for series or shows.
- Python 3.7 or later
requests
library
-
Clone the repository:
git clone https://github.com/yourusername/watchit-content-fetcher.git cd watchit-content-fetcher
-
Install dependencies:
pip install requests
-
Configure authentication:
- Open Dev tools on your browser while opening a logged in watchit.com page
- Choose any GET Request
- Extract these data: {authorization, deviceid, dgst} and replace these values into the py file.
-
Run the script:
python main.py
Follow the prompts to select content type and view details.