Skip to content

Installation

Petter Kraabøl edited this page Apr 6, 2019 · 8 revisions

Requirements

Twitch Chat Downloader requires Python 3.7 or newer and a Twitch Client ID.

Installation

pip install tcd
# If pip is not in your path
python3 -m pip install tcd

Non-Windows users should use pip install --user tcd

Usage

tcd
tcd -v 1234567
tcd -v 1234567 --format irc
tcd -v 1234567 --format my_format --timezone America/New_York -o ~/Downloads

The video ID is found in the URL, for example twitch.tv/videos/1234567

Clone this wiki locally