Mitch Harrison
Mitch Harrison
`app.py` successfully creates EventSub subscriptions. The app prints them to the terminal and all of the desired ones are shown. But after the webhooks are established, no notifications appear. No...
The script should, while the stream is live, get the following information from Twitch: - Stream Title - Viewers - Category - Language As well as the current time. The...
I'd like to implement emote tracking into the bot. For both streamer-specific and twitch-wide emotes. This should be stored in a database table, but I'm unsure how to do it....
The chat bot should be fine without a refresh token, so if app.py is never run, there should be some error handling to correct for lack of refresh token. This...
Twitch IRC sends emote tags with every message by emote ID. If we store these in a table, we can reference the id for emote analysis later. The internet says...
If we store based on ID, we can correct for changing usernames and we can just relate another table with the user ID columns that will contain up to date...
The bot should be able to see permission levels, and whisper mods with the commands available to them