imusage

To start off learning python towards the beginning of 2007, I decided to take my imstat perl script that simply generated a png into something more useful. imusage is three python scripts:
  1. log2sql.py - these 140 lines of python parse through pidgin, adium, gaim, and iChat logs and imports them all into mysql. This is run automatically every night and only adds records to the database that are not in it already.
  2. namer.py - these 20 lines provide a UI that allows me to assign proper names to buddys, and combines things across protocols so that the database will represent one person with all of their log lines combined from separate IM protocols
  3. htmlmaker.py - these 260 lines of python then read through the database and generate some numbers and pretty html+css graphs for my and your enjoyment.
Current output, generated nightly, is below:

comments powered by Disqus