Skip to content

Certerazvi/WebCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebCrawler

Web Crawler with a single thread.

Commands

$ javac -d . -cp .:lib/gson-2.8.0.jar:lib/java-json.jar:lib/jsoup-1.10.1.jar: src/Main.java src/Crawler/CrawlerLeg.java src/Crawler/Crawler.java 
$ java -cp .:lib/gson-2.8.0.jar:lib/java-json.jar:lib/jsoup-1.10.1.jar: Main <arg>

Where the argument is the URL that represents the starting point for the Web Crawler.

Description

Given an URL it goes through each link found on the page and gathers all the assets found. The assets included are images, JavaScripts and StyleSheets.

Tests

There are two basic tests available.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages