Kotlin Multiplatform Web Scraping Framework
npm install @earth-app/shovel> Kotlin Multiplatform Scraping Framework
shovel is a Kotlin Multiplatform framework for scraming web applications.
It is used in The Earth App to retrieve, standardize, and relay public information and websites.
Maven (JVM)
``xml`
Gradle (Groovy, JVM)
`groovy`
dependencies {
implementation "com.earth-app.shovel:shovel-jvm:[VERSION]" // Replace with latest version
}
Gradle (Kotlin DSL, Multiplatform)
`kotlin``
kotlin {
jvm()
js()
linuxX64()
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.earth-app.shovel:shovel:[VERSION]") // Replace with latest version
}
}
}
}
Contributions are welcome. Please fork this repository and submit a pull request for any changes you would like to make.