centos-f / gude

gude - 一个C++编写的DHT爬虫,用于爬取DHT网络上的torrent文件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gude - 一个C++编写的DHT爬虫,用于爬取DHT网络上的torrent文件

编译使用

1.系统的依赖有zlib, openssl, boost等, g++必须支持c++11, 可直接编译一下然后查看报错信息逐个安装依赖

2.进入源代码根目录, 执行make命令编译源代码

3.输入 ./gude -d 执行程序(爬取的种子文件默认放在torrent目录下)

作者: bifang

QQ: 1125498083

邮箱: 1125498083@qq.com

博客地址:https://blog.csdn.net/weixin_43798887

github:https://github.com/bifang-fyh/gude

About

gude - 一个C++编写的DHT爬虫,用于爬取DHT网络上的torrent文件


Languages

Language:C++ 99.1%Language:C 0.5%Language:Makefile 0.4%