Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 59006cb

Browse files
authored
Merge pull request #345 from Azhad56/master
Updated Readme.md for web_scrapping_a_youtube_comment.py
2 parents 2c8209c + f5c9bd3 commit 59006cb

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Web Scrapping Comment
2+
- This script will take a url of youtube video and it will give csv file for users and comments .
3+
4+
### Prerequisites
5+
- You only need to have installed selenium which is used for automation.
6+
- Run the below script to install selenium
7+
- $ pip install selenium
8+
9+
### How to run the script
10+
- Simply replace your own youtube video url in the webscrapindcomment.py
11+
- And run command in the same directory
12+
- python webscrapindcomment.py
13+
14+
### Screenshot/GIF showing the sample use of the script
15+
![](demo.gif)
16+
17+
## *Author Name*
18+
- Azhad Ghufran
880 KB
Loading

0 commit comments

Comments
 (0)