danbri: Written in Java, but driven from Python
danbri: I've not tried this, nor Zope in a while. If anyone else has, a review for RDFIG would be much appreciated.
danbri: I've not tried this, nor Zope in a while. If anyone else has, a review for RDFIG would be much appreciated.
danbri: All I need to get this into the world of stuff I know about is a script which dumps, for each channel, a list of the IRC nicks of its members.
danbri: I don't know any IRC libs too well. I tried both the Ruby ones I found, but no joy. Can anyone here help me over this first hurdle?
sbp: I wrote a bot which does a diff of people in channels
danbri: ooh, got some code snippets I can use?
danbri: We have RDFWeb/FOAF stuff for person-image-person, fatcat-companyboard-fatcat, and Dean has SVG UI for actor-movie-actor graphs...
qmacro: Perl's Net::IRC module has 'irctest' which contains an 'on_names' subroutine/event handler which looks useful for a starter