0
Some time ago I read a discussion in /r/linux and someone mentioned a script that checks new messages in IRC channel (in irssi client) and if they contain announce urls for torrents, they are passed to a torrent client (rtorrent) for downloading. Sadly, I didn't bookmark it, nor I could find it now. Maybe someone has a similar script?
All suggestions for making one are appreciated.
Actually, its not that hard to code, I suggest you code your own, it feels better. – Ruel – 2010-10-12T10:15:22.733
I'm not sure why you want to do that, it sounds very prone to abuse. Anyway, I think that this is more suitable for superuser.com, although I'm note sure if you get a better answer there. – None – 2010-10-12T10:17:37.733
i agree with ruel. - it would be very easy to setup a pre-existing irc logging bot that logs to a file, grep the file for url's and use wget to download them into a watch directory for a torrent client. job done. – Sirex – 2010-10-12T13:05:23.547