Lets you ban 1 person across multiple chats.
- Crossbanning across multiple Twitch chats.
- Logging multiple Twitch Chats
- Corssbanning multiple people, across multiple Twitch chats.
- Crossunbanning
- Python
- Windows: https://www.python.org/downloads/
- MacOS: https://www.python.org/downloads/
- MacOS Brew:
brew install python3
&brew install pip3
- MacOS Brew:
-
Edit config_example.json
- change config_example.json to
config.json
- Change the contents of it to fit your setup.
- change config_example.json to
-
Fill .env with:
TOKEN=twitchoauthtoken
client_id=twitchdevconsoleclientid
Make sure .env and config.json are in the bot folder
-
Install requirements
python3 -m pip install -U -r bot/requirements.txt
-
Start bot
python3 bot/bot.py
(Or you can skin steps 4 and 5 by using Docker docker-compose up --build
)
!crossban {username} {reason}
!undoban {username}
!masscrossban {username},{username1},{username2},{username3} {reason}
!masscrossunban {username},{username1},{username2},{username3}
matt |
Auro |