Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 612 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 612 Bytes

IMDBscrapy

Scraping Information About the Top 250 Movies

What is IMDBscrapy?

IMDBscrapy is a Python script designed to scrape information from IMDb's top 250 movies list.

Information Scraped

  • Rating
  • Title
  • Release Year
  • Duration
  • Age Rating
  • Votes

Requirements

To run this script, you'll need the following Python libraries installed:

  • beautifulsoup4
  • requests
  • openpyxl
  • pandas

You can install these libraries using the following command:

pip install beautifulsoup4 requests openpyxl pandas

or

pip install -r requirements.txt