应simDHT原作者要求,在此著名出处。 此处代码fork from https://github.com/laomayi/
屎上代码最简单的DHT爬虫, 基于twisted/Kademlia, 很适合初学者学习.
twistd -y simDHT.py
cat twistd.pid
kill -9 PID
kademlia/constants.py
- 因只实现了DHT协议, 未实现种子下载, 所收集到的infohash将会存储在infohash.log文件中.
- 种子下载可去迅雷种子库下载、使用libtorrent、实现种子协议(bep0003, bep0009, bep0010)