mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2025-01-19 04:31:37 +00:00
18 lines
399 B
Markdown
18 lines
399 B
Markdown
## 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](https://raw.github.com/kevinlynx/dhtcrawler/master/screenshot.png)
|
|
|
|
## Compile
|
|
|
|
* get all deps
|
|
|
|
rebar get-deps
|
|
|
|
* compile
|
|
|
|
rebar compile
|
|
|
|
|