Skip to content

rickgaurav/RecruiterBox-WebCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RecruiterBox-WebCrawler

The repository contains the code for web crawler.

SUMMARY

  1. The project is a maven project.
  2. It uses Spring Dependency Injection to inject various beans.
  3. The max number of links to be visited is 50.
  4. If due to any reason , any link cannot be visited, the link is not counted as visited.

STEPS to build:

  1. Navigate to project directory.
  2. Run command "mvn clean package"
  3. The above command create an executable jar for the project.
  4. Then navigate to target directory.
  5. Run command "java -jar webcrawler-1.0-jar-with-dependencies.jar"

About

The repository contains the code for web crawler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages