RomanKornev / TwitchBots

A simple command-line tool to identify viewbots on Twitch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TwitchBots

A simple tool to identify viewbots on Twitch.

It looks at current viewer count and chatter count. If a channel has > 50% viewers not in chat - it's probably viewbotting.

Usage:

bots.py CHANNEL

Requirements:

Click - Command Line Interface Creation Kit

Requests - HTTP for Humans

pip install click requests

About

A simple command-line tool to identify viewbots on Twitch


Languages

Language:Python 100.0%