Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fazal-coder/imdb_scrape

This python script will scrape data of top 1000 movies from IMDb then save in CSV format
https://github.com/fazal-coder/imdb_scrape

beautifulsoup pandas python requests

Last synced: about 1 month ago
JSON representation

This python script will scrape data of top 1000 movies from IMDb then save in CSV format

Awesome Lists containing this project

README

        

# IMDb Movie Data Scraper

## Overview

This Python script scrapes IMDb movie data, including movie name, year, duration, IMDb rating, Metascore, votes, and gross earnings. The data is scraped from the IMDb website using BeautifulSoup and requests libraries.

## Dependencies

- Python 3.x
- pandas
- requests
- beautifulsoup4

## Installation

Install the required packages using pip:

```bash
pip install pandas requests beautifulsoup4