Skip to content

me-hu-l/IMDB_rating_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages