Skip to content

Latest commit

 

History

History

born2crawl-web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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