Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 887 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 887 Bytes

WatchIT Content Fetcher

A Python script to fetch and display information about series, shows, movies, and plays from WatchIT's API.

Features

  • Fetch details about series, shows, movies, and plays.
  • View artworks (posters and backgrounds).
  • Explore seasons and episodes for series or shows.

Requirements

  • Python 3.7 or later
  • requests library

Installation

  1. Download repo files, unzip

  2. Install dependencies:

    pip install requests
    
  3. Configure authentication:

    1. Open Dev tools on your browser while opening a logged in watchit.com page
    2. Choose any GET Request
    3. Extract these data: {authorization, deviceid, dgst, servicecode} and replace these values into the py file.
  4. Run the script:

    python main.py
    

Usage

Follow the prompts to select content type and view details.