How to Scrape Data from Youtube using Python | Web scrapping | Python Projects - #16

Опубликовано: 05 Октябрь 2024
на канале: CodingWithJeevan
12,714
154

Scraping YouTube videos and extracting useful video information in Python using Selenium.
Web scraping is extracting data from websites. It is a form of copying, in which specific data is gathered and copied from the web into a central local database or spreadsheet for later analysis or retrieval.

YouTube is the biggest video-sharing website on the internet, extracting data from it can be very helpful, you can find the most popular channels, keep track of the popularity of channels, record likes, dislikes, and views on videos, and much more. In this tutorial, you will learn how to extract data from YouTube videos using Selenium in Python.

Link of Source Code: https://github.com/g1mishra/Youtube-S...

/* External Links */
//_book
books you should read: https://amzn.to/3gyGNqn

//_electronics
Coder's mouse: https://amzn.to/3EWdnfu
Coder's Keyboard: https://amzn.to/3V1nRjf
Laptop: https://amzn.to/3GFdEEA
Headphones: https://amzn.to/3XqDulT

By: Jeevan Kumar | g1mishra