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
Go to file
2013-07-21 22:20:47 +08:00
include first commit 2013-07-01 23:06:18 +08:00
priv add rmmseg, with a pre-compiled win32 version 2013-07-13 21:53:03 +08:00
src add query stats for new hash_writer 2013-07-21 22:20:47 +08:00
tools NOTE: rewrite hash_reader, config changed, dht_hash database changed, require to remove existed dht_hash database 2013-07-21 21:18:40 +08:00
www separate embedded css style into page.temp 2013-07-08 12:44:54 +08:00
.gitignore first commit 2013-07-01 23:06:18 +08:00
compile-sphinx.cmd disable numid default, update rebar to support user macro 2013-07-12 10:30:39 +08:00
Emakefile add cache_indexer, not integrated now, see src/cache_indexer/readme.md 2013-07-14 22:57:57 +08:00
README.md update readme 2013-07-02 20:35:13 +08:00
rebar disable numid default, update rebar to support user macro 2013-07-12 10:30:39 +08:00
rebar.cmd disable numid default, update rebar to support user macro 2013-07-12 10:30:39 +08:00
rebar.config first commit 2013-07-01 23:06:18 +08:00

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