/simple-twitch-chat-replay-downloader

This source make txt file with chat written by twitch.tv replay.

Primary LanguagePython

Simple Twitch chat replay downloader

It makes txt-file with chat written by twitch.tv replay.

Requirement

Python 2/3

Usage

python app.py "video-id" "client-id"

Video-id

This is unique number about twitch replay VOD.

it can be optained from twitch url.

Ex) https://www.twitch.tv/videos/"video id"

Client-id

This is unique id to get parsing data with twitch api server.

It can be optained from dev.twitch.tv.

Go to Dashboard and make your own App. Then twitch gives you client-id.