https://github.com/romankornev/twitchbots
A simple command-line tool to identify viewbots on Twitch
https://github.com/romankornev/twitchbots
bots twitch twitch-api viewbot
Last synced: 2 months ago
JSON representation
A simple command-line tool to identify viewbots on Twitch
- Host: GitHub
- URL: https://github.com/romankornev/twitchbots
- Owner: RomanKornev
- Created: 2016-08-01T20:53:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T21:11:30.000Z (almost 9 years ago)
- Last Synced: 2025-01-12T15:35:34.893Z (4 months ago)
- Topics: bots, twitch, twitch-api, viewbot
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://click.pocoo.org/5/) - Command Line Interface Creation Kit
[Requests](http://docs.python-requests.org/en/latest/) - HTTP for Humans
``` pip install click requests```