Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borsch/base-crawler
Base crawler for crawling static pages
https://github.com/borsch/base-crawler
Last synced: 25 days ago
JSON representation
Base crawler for crawling static pages
- Host: GitHub
- URL: https://github.com/borsch/base-crawler
- Owner: borsch
- Created: 2018-08-30T05:50:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T07:25:51.000Z (about 2 years ago)
- Last Synced: 2023-07-26T21:55:57.470Z (over 1 year ago)
- Language: Java
- Homepage: https://docs.crawler.kurpiak.net.ua/
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# base-crawler
### About
This library can be used to parse html page into java object using xml-based rules### Installation
```xml
com.github.borsch
base-crawler
2.0.0```
### Example
Example with description can be found [here](/examples/example.md) and complete project can be found [here](/examples/general-example)