Home
Softono

Youtube Comment Scraper

Open source Apache-2.0 Jupyter Notebook
48
Stars
16
Forks
0
Issues
1
Watchers
4 years
Last Commit

 About Youtube Comment Scraper

This script will dump youtube video comments to a CSV from youtube video links. Video links can be placed inside a variable or list or CSV

Platforms

Web Self-hosted

Languages

Jupyter Notebook

Links

Need Help Installing Youtube Comment Scraper?

We provide expert installation service for this software. Our team will install, configure, and secure Youtube Comment Scraper on your server. plans start at just $30.

Youtube Comment Scraper

View on GitHub

Parse Comments from Youtube Videos

made-with-python Binder

This script will dump youtube video comments to a CSV from youtube video links. Video links can be placed inside a variable or list or CSV

The script is based on youtube-comment-downloader

It requires pandas and requests modules

To run :

pip install -r requirements.txt

python ytb_comment_scraper.py

By default, the script will download most recent 100 comments

The comments will be dumped to a CSV file

You can set the parameter values as you wish -

COMMENT_LIMIT : How many comments you want to download 

SORT_BY_POPULAR : filter comments by popularity (0 for True , 1 for false)

SORT_BY_RECENT : filter comments by recently posted (0 for True , 1 for false)

Access to kaggle Notebook - Scrape Youtube Comments For Free (No Google API)