Metadata-Version: 2.4
Name: tcd2
Version: 3.2.2.post2
Summary: Twitch Chat Downloader (unofficial fork)
Author: imeloben23
Maintainer: imeloben23
License-Expression: MIT
Project-URL: Homepage, https://github.com/PetterKraabol/Twitch-Chat-Downloader
Project-URL: Original Project, https://github.com/PetterKraabol/Twitch-Chat-Downloader
Keywords: Twitch
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests==2.27.1
Requires-Dist: twitch-python==0.0.20
Requires-Dist: pytz==2022.1
Requires-Dist: python-dateutil==2.8.2
Dynamic: license-file

# tcd2

Unofficial fork of **Twitch Chat Downloader** (the `tcd` package) by Petter Kraabøl.
This distribution keeps the CLI name `tcd` but publishes under a new name (`tcd2`) on PyPI.

## Install

```bash
pip install tcd2
```

## Usage

```bash
tcd
```

```bash
# Download chat from VODs by video id
tcd --video 789654123,987456321 --format irc --output ~/Downloads
```

```bash
# Download chat from the first 10 VODs from multiple streamers
tcd --channel sodapoppin,nymn,lirik --first=10
```

## Credits

Original project: https://github.com/PetterKraabol/Twitch-Chat-Downloader
