Chat Relater
~~~~~~~~~~~~
Chat Relater is a tool consisting of two command-line scripts:
* The analyzer extracts user relations from chat logs. The gained data is
serialized as YAML.
* The visualizer takes that data and utilizes GraphViz_ to create a graph.
It is actually a conceptual clone of the PieSpy_ Social Network Bot. However,
Chat Relater does not act as an IRC bot (although this could be easily
accomplished by making use of the irclib_ package), but therefore allows to
be run on any logfiles that produce similar output to those created by
XChat_. Of course, this includes logs from Jabber, SILC ...