Way to download/decode .torrent files? [duplicate]
Is there a way to download all of the chunks or contents from a Torrent file In python?
say i had a torrent file with contents
song1.mp3 song2.mp3 song3.mp3
how would i download these files?
You can use a python client.
The last version of the original Bittorrent client is available via Sourceforge:
http://sourceforge.net/p/bittorrent/code/
There is also Bittornado as a pure python client:
http://www.bittornado.com/
精彩评论