The aim of this project is to make a web scraper that scrapes YouTube.
The purpose of this project is to get the top 10 trending videos in each of the categories
- The program gets the top 10 trending videos in each of YouTube's 4 categories and stores them in an excel fileby opening Chrome and navigating to the pages it needs to scrape.
- Imported libraries
- BeautifulSoup
- Selenium
- Pandas
- Requests
- Import libraries
- Make the list of URLs to be scraped from
- Scrape the URLs
- Store the results in a pandas dataframe
- Create an excel file
- Make sure BeautifulSoup, Selenium, and Pandas are installed
- Make sure Chrome webdriver is installed
- Run the program and an excel file will be created with the scraped information

Bhavesh Mandalapu