Skip to content
Petter Kraabøl edited this page Apr 19, 2019 · 14 revisions

A neat Python script to download chat messages from past broadcasts.

pip install tcd

Twitch Chat Downloader provides custom formatting that can be easily added by anyone to format Twitch messages and their output directory, without writing Python code. Special formats, such as subtitles, are available and configurable.

Examples

tcd
tcd --video 123456789,234567891
tcd --format irc,json --channel sodapoppin,lirik
tcd -v 123456789 --format all --timezone America/New_York --output ~/Downloads/Twitch
Clone this wiki locally