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

https://github.com/matlock/html-parser


https://github.com/matlock/html-parser

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

### HTML Parser

How to Run it.

* Clone this repo
* execute ```mvn clean install``` to download related dependencies
* go to *target* folder
* execute ```java -jar html-parser-1.0.0-SNAPSHOT.jar <"componentid"> ```

Example

with app resources:
``` java -jar target/html-parser-1.0.0.jar "#make-everything-ok-button" src/test/resources/origin.html src/test/resources/sample-evil-gemini.html```

with other downloaded resources:
``` java -jar html-parser-1.0.0.jar "#make-everything-ok-button" myPath/sample-0-origin.html myPath/sample-1-evil-gemini.html```