ST_IRC is a simple twitch irc client written in python, using gtk3 for gui. ST_IRC is meant only to be used to connect to single irc network (such as Twitch.tv)
Install python 3.x, install gtk3 packages, download scripts, run pyirc_guy.py. Password for twitch.tv can aquired from: https://twitchapps.com/tmi
Hopefully it should run without too much trouble
- Join twitch.tv irc network
- Join twitch.tv irc channel
- User list
- Send, receive chat messages
- Save conection information
- Automatic chat scrolling after getting new message
- Nick name highlighting
- Channel status, game query
- Exit button in menu does nothing
- No way to leave channel
- Uncommonly occuring error on decode("utf-8")
- IRC connection thread not closing properly on exit.
- Duplicate client user nick name entry in user list.