Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.82 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.82 KB

born2crawl-web

Download License Build

born2crawl-web provides a set of concrete implementations of the InputProcessor that can be used for web crawling.

Installation

Latest version: Download

dependencies {
    implementation("com.arthurivanets:born2crawl-web:x.y.z")
}

External Dependencies

born2crawl-web depends on the following external dependencies:

  • OkHttp - HTTP client for the JVM, Android, and GraalVM.
  • jsoup - the Java HTML parser, built for HTML editing, cleaning, scraping, and XSS safety.

Available Input Processor Implementations