Top 100 Movies Web Scraper (Python with API Integration)
A Python script that scrapes a list of the top 100 movies from the Empire Online website and saves it to a text file. The script uses requests to fetch the website content and Beautiful Soup to parse the HTML and extract the movie titles. The list is stored in an ordered dictionary to preserve the ranking order.
Check Out Repository