Skip to content

Web Scraping using Python and Selenium. The goal is to scrape data such as video title, view count, number of likes, number of dislikes, and number of comments from youtube.

Notifications You must be signed in to change notification settings

madhu091998/Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web-Scraping

Web Scraping using Python and Selenium

Overview

Selenium is a framework designed to automate test for web applications. We can then write a python script to control the browser interactions automatically such as link clicks, clicking on button, scrolling pages etc.

Installation

  1. Chrome driver
  2. To install selenium package : pip install selenium

About

Web Scraping using Python and Selenium. The goal is to scrape data such as video title, view count, number of likes, number of dislikes, and number of comments from youtube.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published