/crawler-demo

HTTP crawler demo for word counting

Primary LanguageJavaMIT LicenseMIT

crawler-demo

Description

HTTP crawler for word counting demo

  • input: arg(0) - url to parse, arg(1) - links depth
  • output: stdout

Build

$: mvn clean package

Run

Unix

$: chmod +x ./run.sh
$: ./run.sh

Windows

$: run.cmd