Script for automated torrent downloads (from announce urls in IRC)

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.

skazhy

Posted 2010-10-12T10:12:12.070

Reputation: 235

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

Answers

0

There's an irssi plugin for this.

Plugin for Irssi which monitors torrent IRC announce channels, downloads torrent files based on a user-defined filter, and then sends the torrent files to a local or remote torrent client. Supports several different private trackers.


If you're looking for a script, there's this Perl script

Sathyajith Bhat

Posted 2010-10-12T10:12:12.070

Reputation: 58 436