Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.48 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.48 KB

You-Tube data scraping using selenium

Introduction this project is a youtube comment scrapper which is able to scrap comments from youtube videos, you can extract comments for any video, most web pages including youtube are dynamic they change automatically so due to this I use Selenium which is a powerful tool for it. choose and insert the name of the video wisely because it is programmed to scrap the 1st video's comment from the search list.

requirment

  • Python 3.11.3
  • selenium 4.10.0

How to Use

  1. first step is to clone the project while using the command
git clone https://github.com/abhishek887229/CRUD-Application-Django.git

the command written above will make a clone of project in local machine

  1. run the program using the name of the file
python3 <name of file with extension>
  1. put the keyword or full name of the video want to scrap
search.send_keys(" ")

in the send key put the name or keyword of the video you want to scrap it will automate the work and at last it will provide a CSV file that contains all the comments. the name of the CSV file will be you_tube_comment_1.csv

What this project can do

This project could be helpful for those who want to scrape YouTube comments and perform some analysis. If you are new to this field, you can use it to extract important information from comments and derive useful insights.

🛠 Skills

python,selenium

License

MIT