Bit torrent .torrent file aquisition assistance.<br><br>Given a webpage of forum threads that links to download links of .torrent files, the code should<br>download every .torrent files it can find within 2 levels of connections.
<br><br><br><br><br>Bit torrent high performance client<br><br>Given that popular bit torrent clients cannot handle past 400 simultanuous torrents activities,<br>A code can be written to selectively run only active torrents. If and when an active torrent
<br>download has been deemed less productive, alternatives should be initiated until the most<br>productive option has been found.<br><br>This process should continue until when at least when the bandwiths available has been saturated.
<br>In the ideal scenario, both system computational power as well as the internet connection should<br>be used to their maximum.<br><br><br><br><br><br>How do I do this?<br>It shoulbe be easy to run .py of the bit torrent client, I think it&#39;s all about getting data
<br>from the client so the code can have feedback. I am not sure how to do this.<br><br>