Skip to content

ExplorerMunchkin/web-scraping-imdb-top250-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

Web Scraping IMDB Top 250 Movies page. Running this script will download all top 250 movies and their metadata and dump them to a csv file.

And with the downloaded data, it does some filtering operations using Pandas library on Console screen.

How to Run

.py file uses BeautifulSoup, Pandas, Requests, tqdm, re, os libraries. So you might need to download them before you run your project.