Skip to content

willferguson/webcrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web Crawler

Building

  • To build and run tests:

    ./gradlew build

    (use gradle.bat for Windows)

  • To build without running tests:

    ./gradlew jar

  • This will create a jar with dependencies in build/libs

Running

  • To run, execute the jar with full url of the seed site (including protocol)

    java - jar webcrawler-1.0.jar http://www.example.com

Caveats

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published