Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 423 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 423 Bytes

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