Just wrote a script to automate torrent searches on tracker.example.com

Discussion of Transmission that doesn't fit in the other categories
Post Reply
johannestaas
Posts: 2
Joined: Mon Jun 09, 2014 2:20 am

Just wrote a script to automate torrent searches on tracker.example.com

Post by johannestaas »

It's pretty much all explained here:

http://www.reddit.com/r/Python/comments ... t_crawler/

I'll be working on making it more user friendly, but for those of you who want to automate searching for torrents and use transmission, this may be interesting to you.

Example:

Code: Select all

$ ultratransmission --max-size 2GB --max-downloads 2 "insertstupidsitcom s04e05"
Let me know if you have any bug reports or feature requests!
basecase
Posts: 16
Joined: Sat Feb 07, 2015 2:29 am

Re: Just wrote a script to automate torrent searches on trac

Post by basecase »

What do you think about using this to seed already downloaded content? Such as I go through my music folder and send the folder names with apporaximate sizes of said folders into ultratransmission. Then ultratransmission would return a magnetlink whose download folder is set to the directory I sent to it in the first place to verify that it is the same content.
Post Reply