Skip to content

A simple web crawler using JSoup Library that takes a URL as an input and outputs all hyperlinks linked to that URL and stores it in a SQL Database.

Notifications You must be signed in to change notification settings

krati13/Web-Crawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Web-Crawler

A simple web crawler using JSoup Library that takes a URL as an input and outputs all hyperlinks linked to that URL and stores it in a SQL Database. #How to run the code? Download Jsoup.jar file from Jsoup.org and link it to your java build path. Then either directly run the file webc.java from netbeans/eclipse or any other ide or manually compile all java files through terminal and run the webc class.

About

A simple web crawler using JSoup Library that takes a URL as an input and outputs all hyperlinks linked to that URL and stores it in a SQL Database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%