Skip to content

djbarajas/Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Crawler

What it does

This project is to make a webcrawler that fetches urls, parses links with regular expressions and outputs to the terminal. It uses java 11 and maven version 4. External libraries used are junit4 for testing, org.apache.log4j2 for logging multithreaded code.

Build Instructions

First run

mvn clean package

Then to test manually:

java -cp target/Crawler-1.0-SNAPSHOT-jar-with-dependencies.jar crawler.Driver [ url ]

To run test cases:

mvn clean test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages