Twitch chat bot
I sometimes stream on twitch.tv for my friends so they can spectate the game I am playing, during these games we had the need for a command that displayed my current rank. I decided to create a chat bot that listens for commands and responds with the current rank of my account. The bot is primarily written in python and uses the twitch.tv api to interact with the chat of the stream.
This data is obtained from here and is used to display the rank of the user.
Used Libraries
- requests
- twitchio
Features
- Up to date ranking data
- Timeout for commands (to prevent flooding)
- Can run in mulitple channels
Demo
A link to the repo can be found here.
Server demo
Chat demo
This post is licensed under
CC BY 4.0
by the author.