Skip to content

geerlingguy/youtube_chat_crawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Chat Crawler

CI

This Python script crawls and saves live chat messages from finished YouTube livestreams.

This is a fork from kkorona/youtube_chat_crawler, which is itself bundled from a blog post from 雑記帳 (@watagasi).

Requires Python 3.x

Usage

Make sure you have all the requirements installed:

pip3 install bs4 lxml requests

Run the command:

./YoutubeChatReplayCrawler.py YOUTUBE_VIDEO_URL

This dumps a json file to the current directory, containing all the stream data.

Converting the JSON to text

Run the command:

python3 chatReplayConverter.py

And all the .json files in the current directory will be converted into an easy-to-read text file form.

About

crawls live chat messages from finished live stream.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%