/twitch-clip-bot

Twitch Bot capable of clipping with clip command in Python.

Primary LanguagePythonMIT LicenseMIT

Twitch Clip Bot

Twitch Bot capable of clipping last 25 sec of twitch stream.
Showing all chat in channels with color-coded twitch users.

Requirements:

pip3 install -r requirements.txt

Config:

All the configs can be found in config.py.
Check out guides below for detailed information about filling it.

Usage:

Run in terminal ./twitch-clip-bot.py or python3 twitch-clip-bot.py

Files:

config.py - All the config needed to run the bot.
cliplog.txt - All clipping done by the bot.
twitch-clip-bot.log - Debug log (only if DEBUG = 1 in config.py).

Based on: