Skip to content

ns9920/hotstar-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Hotstar Scraper

This Python script is designed to scrape data from the Hotstar website, a popular online streaming platform for movies and TV shows. The script fetches information about recently added content and premium content, including details such as title, description, genre, cast, duration, and more.

Features

  • Scrapes recently added content from Hotstar
  • Scrapes premium content from Hotstar
  • Extracts detailed information about each content item
  • Saves the scraped data to a CSV file

Prerequisites

Before running the script, ensure that you have the following dependencies installed:

  • Python (version 3.x)
  • requests
  • re
  • csv

Usage

  1. Clone the repository:
    git clone https://github.com/ns9920/hotstar-scraper.git
  2. Navigate to the project directory:
    cd hotstar-scraper
  3. Run the script:
    python scraper.py
  4. The script will scrape the data and save it to a CSV file (e.g., HT.csv) in the output/Hotstar directory.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages