Skip to content

rectified95/SimpleCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCrawler

This program can access a given URL and count the number of links to various domains it points to.

Running instructions

Option 1 - import as Maven project to an IDE of choice and run from there

Supply the URL as a command line arg in your IDE (in Intellij IDEA, look under 'Edit Configurations' in the run taskbar)

Option 2 - command line launch

Sample launch command:

mvn package
mvn exec:java -Dexec.args="http://github.com"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages