/web-crawler

Web crawler (writted on Clojure)

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Before start

Prepare file with urls

e.g.

http://someurl.com/
http://anotherurl.com/

Usage

$> lein run <path-to-file> <depth>

e.g.

$> lein run "./samples/urls.txt" 3

Specs

$> lein test