nitmir / btdht

A python implementation of the Bittorrent DHT (Distributed Hash Table)
GNU General Public License v3.0
85 stars 30 forks source link

how to download torrents file using this lib? #9

Closed kingctan closed 6 years ago

kingctan commented 6 years ago

how to download torrents file using this lib? Thanks.

nitmir commented 6 years ago

you have to implement the torrent protocol. You can use this lib to get peers from the torrent DHT.