Scraping IMDB data using python(Beautiful soup)
The source website I used here to pull data is IMDB. From top rated movies page.
so here is a screenshot of the data that's available on the web
and store it in an excel file like this.
To scrape the data I used the requests module and beautiful so...
maneeshreddy.hashnode.dev2 min read