Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T21:11:30.000Z (over 8 years ago)
- Last Synced: 2024-11-13T08:10:50.679Z (2 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```