100 MOVIES WITH BEAUTIFULSOUP

Description

I have done this project to collect the top 100 movies using web scraping. Getting the data individually and writing a note is challenging and time-consuming, so I decided to automate it. I went into an URL from where I am going to collect the data, from there I used beautiful soup to get all the data from the h3 tag because all title is in h3, and then the data is stored in a text file. The link for the code is in the GitHub repo. The link to the repo is: GitHub

Done byAzhagesan

More Images