/MoviesScrapper

Movies/TV Shows web scrapper

Primary LanguagePython

Movie Data Scrapper

This Python web scraper is designed to fetch data from a movie site and return the data in JSON format. It provides the ability to search for a particular movie and retrieve detailed information about the movie.

Features

  • Search for a specific movie/tv show
  • Get the details for a movie/tv show
  • Get the movie/tv show video stream link
  • Download movie/tv show from video stream link to local storage
  • User Interface

Requirements

pip install beautifulsoup4

Installation

  1. Clone the repo
git clone https://github.com/VictorKabata/FilmsScrapper
  1. Navigate to the project directory from the terminal:
cd dir/to/project
  1. Install the required libraries
  2. Run the python script:
python scrapper.py