python-twitch-chatbot icon indicating copy to clipboard operation
python-twitch-chatbot copied to clipboard

A custom, 100% Python Twitch Chatbot that stores chat/viewership data in a PostgreSQL database.

Results 9 python-twitch-chatbot issues
Sort by recently updated
recently updated
newest added

"WaNnA bEcOmE fAmOuS?!!?"

enhancement

`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...

bug
help wanted

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...

enhancement

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....

enhancement
help wanted

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...

bug

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...

enhancement

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...

enhancement

As a developer, I want the ability to locally stand-up the chat-bot component easily, So that I can quickly have a working development environment .

enhancement

The bot should be able to see permission levels, and whisper mods with the commands available to them

enhancement