Skip to content

buistvn/imdb-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages