Connecting to twitch api - Python 3

Hi Im trying to get my Twitch bot to connect to the Twitch API so I can edit the stream title and game from the bot. However after hours of looking through the documentation I have no clue. My bot can currently connect to Twitch and interact with the chat but it would be nice if I can get it to act more as a moderator.

So How do I get it to connect to the Twitch API with Python 3?

Thanks for any help :slight_smile:

Updating game/title is documented here

You need to be able to make HTTP Put requests from your code, or use an existing Python Twitchj Library to help.

You can’t update title/game “via chat” as chat doesn’t have that power, so it’s not a “stream” like chat is but just a HTTP PUT request

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.