Skip to content

Simple python script to download chat log of the given Twitch clip

License

Notifications You must be signed in to change notification settings

OgulcanCelik/twitch-clip-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Clip Chat!

Fetch the chat log of the given clip!

This is a python script which lets you download a given Twitch Clip's chat data as json, log or both. It takes the "slug" (postfix of the clip link) of the clip and your client id. You can learn commands with the -h argument.

You can get your client id from Twitch: https://dev.twitch.tv/dashboard/apps

Only requirements are:

Python 3.6+
requests

Installation

git clone https://github.com/OgulcanCelik/twitch-clip-chat.git
pip install requests

Usage

python getclip.py -s SparklyGrotesqueStingrayPMSTwin -i 0123456789abcdefghijABCDEFGHIJ 
python getclip.py -s SparklyGrotesqueStingrayPMSTwin -i 0123456789abcdefghijABCDEFGHIJ -f json
python getclip.py -s SparklyGrotesqueStingrayPMSTwin -i 0123456789abcdefghijABCDEFGHIJ -f log

Output

You will get a folder named as the given clip's broadcaster and separate folders named json and log depending on the format argument given.

About

Simple python script to download chat log of the given Twitch clip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages