Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract topics from IRC logs #11

Open
aspiers opened this issue Apr 26, 2013 · 2 comments
Open

extract topics from IRC logs #11

aspiers opened this issue Apr 26, 2013 · 2 comments

Comments

@aspiers
Copy link

aspiers commented Apr 26, 2013

This is a bit trickier, but still worth attempting. Suggested output:

[IRC]
#crowbar on Freenode: 27 lines
#cloud on irc.suse.de: 43 lines

You could also include some or all of the lines in a format which would allow easy trimming, in order to condense them into a quick list of topics discussed.

This would need different backends for the different formats of IRC logs output by different IRC clients :-( Or maybe it would be better to write a single IRC log translation utility which can convert IRC logs from different formats into a single standard format, and then consume that, since that utility could be useful for other purposes and so would be worth leaving as a separate upstream mini-project.

@saschpe
Copy link
Owner

saschpe commented Apr 29, 2013

Indeed tricky, I would have to double-check available Python libs for that first. Otherwise it's gonna be a lot of work. Having plugins for very specific clients could be easier, i.e. quassel and irssi. I at least have demand for the former.

@aspiers
Copy link
Author

aspiers commented Apr 29, 2013

I vote for weechat ;-) Yeah, I think a separate "IRC babelfish" project makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants