Skip to content

stasikos/sdiag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Purpose

This script is intended to be used instead of PieSpy (https://github.com/mchelen/piespy) when it is impossible to have online bot to analyze chat traffic. So, it can just parse IRC logs and generate pictures. Realtime-like behavior can be achieved using cron or any other scheduling tool.

Changelog

v0.01 Barely-working version

Usage

./sdiag.pl {input-file.txt}

it outputs diagram to output.png in current directory. All configuration is held inside code of the script in global variables and scattered. Feel free to fix this.

Original work

Based on the idea and alghoritms in PieSpy IRC bot written in Java. http://www.jibble.org/piespy/ There also Irssi script implementing same thing: http://pasky.or.cz/~pasky/dev/irssi/piespy/piespy.pl

License

As original software is licensed under GPLv2, this script has same licensing.

About

Implementation of PieSpy alghoritms in perl for offline log parsing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages