gibz104 / twitch-irc-chat-stream

Get real-time stream of chat messages (IRC) from a live Twitch streamer's chat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get real-time stream of chat messages (IRC) from a live Twitch streamer's chat. Provide username of live streamer as argument when starting program and stream will automatically begin. The ouput will be a dictionary that has the chat message, username, whether the user is a mod, whether the user is a subscriber to the channel, and any commands in the message that start with "!".

API keys provided in this program may become out-of-date and stop working. If this happens you can replace API client ID and token with your own (generated on Twitch's website and requires a free account).

Example:

python irc_twitch_bot.py pokimane

image

About

Get real-time stream of chat messages (IRC) from a live Twitch streamer's chat.


Languages

Language:Python 100.0%