Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fazal-coder/imdb_scrape
- Owner: fazal-coder
- License: other
- Created: 2023-11-10T23:09:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T15:49:03.000Z (about 1 year ago)
- Last Synced: 2023-11-13T16:49:20.669Z (about 1 year ago)
- Topics: beautifulsoup, pandas, python, requests
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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