Skip to content

This is a simple application to crawl your web pages.

Notifications You must be signed in to change notification settings

osandadeshan/web-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Crawler

Introduction

This is a Java Swing Application used to crawl web applications.

Web Crawler

Prerequisites

  • Java 8
  • Maven

Steps to use

  1. Clone this project
  2. Navigate to the project home directory
  3. Open a command line/terminal
  4. Run mvn clean install
  5. Navigate to "<project_home_dir>/target"
  6. Double click on "web-crawler-app.exe"
  7. Input web page URL and crawling count
  8. Click on "Submit" button

Successful Crawling