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 4f7fe8805e first commit 11 years ago
deps first commit 11 years ago
ebin first commit 11 years ago
www first commit 11 years ago
README.md first commit 11 years ago
create_bin.bat first commit 11 years ago
win_start_crawler.bat first commit 11 years ago
win_start_hash.bat first commit 11 years ago
win_start_http.bat first commit 11 years ago

README.md

dhtcrawler2

This git branch maintain pre-compiled erlang files to start dhtcrawler2 directly.

Usage

  • install Erlang R16B or newer

  • download mongodb and start mongodb first

      mongod --dbpath your-database-path --setParameter textSearchEnabled=true
    
  • start crawler, on Windows, just click win_start_crawler.bat

  • start hash_reader, on Windows, just click win_start_hash.bat

  • start httpd, on Windows, just click win_start_http.bat

  • wait several minutes and checkout localhost:8000