The YouTube Scraper project is a versatile and powerful tool designed to extract valuable data and insights from YouTube, one of the world's largest video-sharing platforms. This project aims to automate the process of scraping data from YouTube using selenium and beautifulsoup and scrape details like video title, views, upload time, video link, thumbnail link, etc...
Try it out at Youtube Scraper
conda create --name scrape python=3.9 -y
conda activate scrape
pip install -r requirements.txt