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-11 20:44:58 +08:00
include first commit 2013-07-01 23:06:18 +08:00
src chang http top query, add a new database to map date to hashes, to support query by date range 2013-07-11 20:44:58 +08:00
tools change http startup 2013-07-09 22:42: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
Emakefile add a torrent database builder tool, to append the local torrents to database 2013-07-07 19:50:58 +08:00
README.md update readme 2013-07-02 20:35:13 +08:00
rebar first commit 2013-07-01 23:06:18 +08:00
rebar.cmd first commit 2013-07-01 23:06:18 +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