Skip to content

Simple python script to extract series, movies, shows, plays metadata from WATCHIT platform using their API.

Notifications You must be signed in to change notification settings

mkarimdev/WCHTArtworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

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.

About

Simple python script to extract series, movies, shows, plays metadata from WATCHIT platform using their API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages