Skip to content

gabrieleugenio1/IMDBscrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages