-2
How to download torrent files with Python in a simple way? There is a library in python that does this?
-2
How to download torrent files with Python in a simple way? There is a library in python that does this?
2
Implementing P2P in Python will not be simple since there are no network libraries that abstract it completely but I found some references that can guide it:
http://khashmir.sourceforge.net/
https://pypi.python.org/pypi/pyp2p
There were other libs also like kenosis and Cspace but I couldn’t find the pages.
Browser other questions tagged python bittorrent
You are not signed in. Login or sign up in order to post.
Obg this will be of great help :)
– faber