Skip to content

This script will grab all comments and replies from a given video link, arrange them in an orderly fashion, and return a CSV file (containing commenter’s name, comments, likes, etc.). This is a great way to keep track of feedback or simply get an overview of the conversation around a certain video.

Notifications You must be signed in to change notification settings

Rajat-Dhanuka/Youtube-Comment-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Youtube-Comment-Extractor

This script will grab all comments and replies from a given video link, arrange them in an orderly fashion, and return a CSV file (containing commenter’s name, comments, likes, etc.). This is a great way to keep track of feedback or simply get an overview of the conversation around a certain video.

Install

Libraries required

  pip install google-api-python-client

Run

  python Comment_scraping.py

Input

  Enter video link: 

Output

  Your csv file is stored in the Python folder in the D drive

About

This script will grab all comments and replies from a given video link, arrange them in an orderly fashion, and return a CSV file (containing commenter’s name, comments, likes, etc.). This is a great way to keep track of feedback or simply get an overview of the conversation around a certain video.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages