Download a torrent with python [closed]

-3

How to download torrent files with Python in a simple way? Is there a python library that does this?

    
asked by anonymous 18.10.2016 / 04:21

1 answer

2

Implementing P2P in Python will not be simple since there are no network libraries that abstract this completely but I have found some references that can guide you:

link

link

There were other libs like kenosis and Cspace but I could not find the pages.

    
19.10.2016 / 11:52