About the Project
Twitch and YouTube are the two largest live-streaming platforms on the internet. Due to this streamed events tend to be multisteamed on both platforms. The idea is that it will increase their audience by reaching more viewers.
The issue is that by doing this it creates two separate chats. The goal of this program was to make a user interface that can provide one single chat, by combining both the Youtube and Twitch chat. It starts with asking the user for the desired Twitch channel and Youtube live stream. Once the information is provided the script will create a thread for fetching each respective chat. It does this through socket communication and will add what if finds into a log file. The log file is then taken and displayed in the live chat window.