← back
Twitch Bot
Made with WPF
Role
lead developer
Year
2022
(released)
Summary ↓
Created software for a Twitch streamer so they can enable and manage a Trivia game, special timed chat messages for reminders and a handy Text-to-Speech for their userbase and themselves! The bot provides several commands for the userbase to use (such as repeating a trivia bot's question) but also allows the streamer and their moderators to remotely start/stop the trivia function. The Trivia provides points to using StreamElements and even keeps up streak winnings from gamers in the chat!
The software is created using WPF codebase through Visual Studio 2022 in tandem with the
TwitchLib
library. In addition, it uses MySQL Connector to provide a deeper connection with a separate Discord Bot. Lastly, the configurations in the application are serialized to JSON with the exception of the trivia questions at the client's request (these are provided as text files).
MEDIA