Skip to content

A simple python 3 script to download comments from many videos using youtube v3 API

License

Notifications You must be signed in to change notification settings

ashleve/youtube_multi_video_comment_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube comment downloader

A simple python 3 script to download comments from many videos using youtube v3 API

*This was just my attempt at learning some datamining. I wrote it to gather text data to train NLP algorithms.

Usage

yt-comment-scraper.py [--key KEY] [--likes LIKES] [--input INPUT]
                             [--output OUTPUT] [--help]

Download youtube comments from many videos into txt file

required arguments:
  --key KEY, -k KEY     Required API key you can get here:
                        https://console.developers.google.com/apis/credentials

optional arguments:
  --likes LIKES, -l LIKES
                        The amount of likes a comment needs to be saved
  --input INPUT, -i INPUT
                        URL list file name
  --output OUTPUT, -o OUTPUT
                        Output file name
  --help, -h            Help

About

A simple python 3 script to download comments from many videos using youtube v3 API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages