buistvn / imdb-scraper

Script that extracts and stores movie data from IMDb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMDb Scraper

Project Screenshot

IMDb Scraper is a script that extracts movie data from IMDb's Most Popular Movies page. The results are stored in a CSV output file and a MySQL database table. The data can be sorted by popularity, title, release date, and average rating.

Technologies

Installation

To set up a local copy of the project, follow these steps.

  1. Clone the repository
    git clone https://github.com/buistvn/imdb-scraper.git
  2. Install Beautiful Soup
    pip install beautifulsoup4

Usage

To run the project, follow these steps.

  1. Run the script
    python main.py

About

Script that extracts and stores movie data from IMDb


Languages

Language:Python 100.0%