diff --git a/projects/Web_scraping_a_youtube_comment/README.md b/projects/Web_scraping_a_youtube_comment/README.md index e69de29bb..77b5adc88 100644 --- a/projects/Web_scraping_a_youtube_comment/README.md +++ b/projects/Web_scraping_a_youtube_comment/README.md @@ -0,0 +1,18 @@ +# Web Scrapping Comment +- This script will take a url of youtube video and it will give csv file for users and comments . + +### Prerequisites +- You only need to have installed selenium which is used for automation. +- Run the below script to install selenium +- $ pip install selenium + +### How to run the script +- Simply replace your own youtube video url in the webscrapindcomment.py +- And run command in the same directory +- python webscrapindcomment.py + +### Screenshot/GIF showing the sample use of the script +![](demo.gif) + +## *Author Name* +- Azhad Ghufran diff --git a/projects/Web_scraping_a_youtube_comment/demo.gif b/projects/Web_scraping_a_youtube_comment/demo.gif new file mode 100644 index 000000000..932e23009 Binary files /dev/null and b/projects/Web_scraping_a_youtube_comment/demo.gif differ