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.
A link to the repo can be found here.
Next post: My server hardware