Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)