Hi,
Does anyone have an example of the python script that loops through the torrents and pulls out various pieces of information about them based on some conditions.
Ex. 1: Print 'Name', 'Ratio', etc. for all active torrents (all torrents where either UpSpeed or Downspeed > 0)
Ex. 2: Print 'Name', 'Ratio', etc. for all torrents from tracker XYZ
I thought this one would be a good example, but apparently the sclient library that it is using is depreciated.
Thanks a lot!

