skip to navigation
skip to content

ChatRelater 0.1

Analyze and visualize relations between chat users.

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 or any other communication (but it might require some minor changes to the log reader).

The GraphViz usage is pretty basic and output may be improved somehow, but so far, the graphs created by PieSpy look much nicer.

Python 2.5 or higher is required. Required Python packages are declared in the setup script.

File Type Py Version Uploaded on Size # downloads
ChatRelater-0.1.zip (md5) Source 2007-07-05 19:02:43 14KB 272
ChatRelater-0.1-py2.5.egg (md5) Python Egg 2.5 2007-07-05 19:02:44 16KB 420

Log in to rate this package.