I wrote a short python scripts to scan rss feeds for new torrents and then download them if they match the shows you want. I want to extend this, by having my script query the tracker for the number of seeders and only download the .torrent if the number of seeders exceeds a certain level. Is their some quick python code I can import into my script that will do this? I know it must exist somewhere within the deluge source code.