https://github.com/matlock/html-parser
https://github.com/matlock/html-parser
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matlock/html-parser
- Owner: MatLock
- Created: 2020-11-03T18:26:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T18:32:44.000Z (over 5 years ago)
- Last Synced: 2025-07-01T00:01:56.287Z (12 months ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```