Durafen / twitch-clip-bot

Twitch Bot capable of clipping with clip command in Python.
MIT License
7 stars 2 forks source link
bot python3 twich twitch-api twitch-bot

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: