Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedrofnseca/web-scrapping

πŸ•ΈοΈ Web Scraping studies with java
https://github.com/pedrofnseca/web-scrapping

Last synced: 5 days ago
JSON representation

πŸ•ΈοΈ Web Scraping studies with java

Awesome Lists containing this project

README

        

# HTML Analyzer

This project contains a Java class `HtmlAnalyzer` that provides functionalities to analyze HTML documents.

## Features

1. **Tag Matching**: The `isMatchingTag` method checks if an opening tag matches with a closing tag.

2. **Depth Element**: The `getDepthElement` method returns the HTML element with the greatest depth from a list of HTML elements.

## Usage

To use this class, create an instance of `HtmlAnalyzer` and call its methods with appropriate arguments.

## Requirements

- Java Development Kit (JDK)

## Installation

1. Clone the repository
2. Compile the Java files
3. Run the main class

## Note

There is some scripts in the `scripts` folder that can be used to automate the compile and run process.