Skip to content

Samahussien7/WebCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot (602)

Steps to Run the Project

Download and Setup Jsoup Library

Jsoup is a Java library for working with real-world HTML. It provides a convenient API for extracting and manipulating data using the best of DOM, CSS, and jquery-like methods.

Step 1: Download Jsoup

  1. Download from the official website:
  2. Use it from the repo Files:

Step 2: Set Up Jsoup in Your Project

  1. Using Jsoup in a Standalone Java Application:

    • Create a new Java project in your IDE (e.g., IntelliJ IDEA, Eclipse).
    • Add the Jsoup JAR file to your project’s classpath:
      • In IntelliJ IDEA:
        1. Right-click on your project and select "Open Module Settings".
        2. Go to "Libraries" and click on the + button.
        3. Select "Java" and locate the Jsoup JAR file you downloaded.
      • In Eclipse:
        1. Right-click on your project and select "Properties".
        2. Go to "Java Build Path" and click on the "Libraries" tab.
        3. Click on "Add External JARs" and locate the Jsoup JAR file you downloaded.