Skip to content

ghewgill/soirc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

IRC interface for Stack Overflow chat

This is an IRC interface to Stack Overflow chat. This program is an IRC server which you run on your local machine, and you connect to it on its port (6668 by default) using any IRC client.

In the spirit of "the simplest thing that can possibly work", there are currently limitations:

  • the only connected channel is "Chat Feedback" (77)
  • everything you say is echoed back to you
  • encoded entities like " are not decoded
  • HTML leaks through to IRC
  • an action in IRC shows up as "ACTION blah blah" on SO
  • HTTP errors cause an exception and exit
  • everything is undoubtedly fragile

You must copy soirc.config.sample to soirc.config and insert your somusr cookie value from your browser. Then, run soirc.py and connect to localhost port 6668 with your IRC client.

About

IRC interface for Stack Overflow chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages