Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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```