Skip to content

A web crawler that scans all pages belonging to a site linked to from the site's given landing page.

Notifications You must be signed in to change notification settings

adam42a/buildit-spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

buildit-spider

A web spider bot that crawls all pages belonging to a site linked to from the site's given landing page.

To see how it works, check out the unit test documentation in the unit test files at src/test/java/buildit/spider/AppTest.java

Follow the code path to the App, Reader, Scanner and SiteNode classes for more Javadoc.

To run the unit tests, set it up with maven and use either your favourite IDE JUnit4 runner, or run 'mvn test' on the command line.

About

A web crawler that scans all pages belonging to a site linked to from the site's given landing page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published