dhtcrawler2/README.md

18 lines
399 B
Markdown
Raw Normal View History

2013-07-01 15:06:18 +00: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](https://raw.github.com/kevinlynx/dhtcrawler/master/screenshot.png)
2013-07-02 12:35:13 +00:00
## Compile
2013-07-01 15:06:18 +00:00
2013-07-02 12:35:13 +00:00
* get all deps
2013-07-01 15:06:18 +00:00
rebar get-deps
2013-07-02 12:35:13 +00:00
* compile
2013-07-01 15:06:18 +00:00
rebar compile