dhtcrawler is a DHT crawler written in erlang. It can join a DHT network and crawl many P2P torrents. The program save all torrent info into database and provide an http interface to search a torrent by a keyword
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Kevin Lynx 82f14c458c optimize highlight for http 11 years ago
include add a new force to string log func, add log to httpd, it can log unicode characters to logfiles 11 years ago
priv add rmmseg, with a pre-compiled win32 version 11 years ago
src optimize highlight for http 11 years ago
tools add sphinx config doc 11 years ago
www add http search result highlight 11 years ago
.gitignore first commit 11 years ago
Emakefile add sphinx support, in expirment status right now 11 years ago
LICENSE.txt add LICENSE.txt, lincensed by MIT 11 years ago
README.md add LICENSE.txt, lincensed by MIT 11 years ago
rebar disable numid default, update rebar to support user macro 11 years ago
rebar.cmd disable numid default, update rebar to support user macro 11 years ago
rebar.config fix some sphinx related bugs, now it can be used to build sphinx index, still in experiment stage, add `giza' library to query sphinx in http_fontend 11 years ago

README.md

dhtcrawler

dhtcrawler is a DHT crawler written in erlang. It can join a DHT network and crawl many P2P torrents. The program save all torrent info into database and provide an http interface to search a torrent by a keyword.

screenshot

Compile

  • get all deps

      rebar get-deps
    
  • compile

      rebar compile
    

LICENSE

See LICENSE.txt