Building web scraper using Beautiful Soup library in Python
-
Updated
Jan 7, 2021 - Python
Building web scraper using Beautiful Soup library in Python
Web scraping task given by Ignis Tech Solutions as a selection for internship.
This repository contains a Python script for web scraping IMDb website to extract information about the top TV shows of all time. The script retrieves data such as title, year of release, genre, rating, runtime, number of votes, and cast. The extracted data is then saved in a CSV file for further analysis.
Add a description, image, and links to the beautiful-soup-library topic page so that developers can more easily learn about it.
To associate your repository with the beautiful-soup-library topic, visit your repo's landing page and select "manage topics."