Skip to content

simple twitch irc client written in python, using gtk3 for gui

Notifications You must be signed in to change notification settings

ErnestasJa/st_irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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)

Usage

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

Features

  • 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

Known bugs

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

Connection window

ScreenShot

Channel join window

ScreenShot

Some casual twitch chatting

ScreenShot

About

simple twitch irc client written in python, using gtk3 for gui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages