Skip to content

Download searched Youtube videos comments by language without using the Youtube API

Notifications You must be signed in to change notification settings

berkai/picnictube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

picnictube

Download searched Youtube videos comments by language without using the Youtube API

Based and inspired on youtube-comment-downloader

Added language detection for video title and comment

Added video search feature

Follow these steps:

python3 -m venv youtube

source youtube/bin/activate

pip3 install -r requirements.txt 

python comment_getter.py -q "league of legends" -l "tr"

Script creates [youtube-video-id].json files for each video when you run the it.

Json file contains:

{
"cid": "Ugy5pL3yXcvvUeopJJN4AaABAg", 
"text": "GARENN <3", 
"lang": "unknown", 
"time": "2 saat önce", 
"author": "Berkay Berkman", 
"votes": 0, 
"photo": "https://yt3.ggpht.com/a/AATXAJyY99STu49rLBisO-RIrrpnNeNcSXI1unE8jiHTqw=s48-c-k-c0xffffffff-no-rj-mo"
}

About

Download searched Youtube videos comments by language without using the Youtube API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages