Skip to content

fancle/simDHT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simDHT:

基于tornado/Kademlia而写的简单DHT爬虫.

依赖包:

  1. tornado
  2. bencode

在Linux启动simDHT:

  1. python simDHT.py &

在Linux关闭simDHT

  1. ps aux | grep simDHT.py
  2. kill -9 PID

配置文件:

  1. kademlia/constants.py

其他:

  1. 请在有公网IP的机子运行.
  2. 因只实现了DHT协议, 未实现种子下载, 所收集到的infohash将会存储在infohash.log文件中.
  3. 种子下载可去迅雷种子库下载、使用libtorrent、实现种子协议(bep0003, bep0009, bep0010)

About

屎上最简单的DHT爬虫

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published