Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 882 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 882 Bytes

Fetch the IMDB ratings

This is a simple webscrapping project, using the BeautifulSoup(for HTML parsing) and requests(for getting source HTML) libraries in Python
It scraps data from the IMDB website about the ratings and genres of the movies and TV shows in your mentioned directory that match with the ones on IMDB:

Input: provide the path to your movies directory

Output: the scraped data is stored inside the films.csv(using the Pandas library) file which can be used for data analysis

Prerequisites can be installed using: pip install -r requirements.txt

Folder:

Screenshot from 2022-10-01 20-53-53

CSV File:

Screenshot from 2022-10-01 20-56-35