A Kotlin-based HTML testing/parsing library. The ability to analyze and extract HTML including client-side rendered DOM makes it unique. docs.skrape.it
Did you know? In #Kotlin, you can destructure any object - even objects from third-party libraries! Just create operator extension functions for the components that you want.
ALT Did you know?
You can destructure any object in Kotlin if you create the right extension functions.
operator fun LocalDate.component1() = year
operator fun LocalDate.component2() = monthValue
operator fun LocalDate.component3() = dayOfMonth
val (year, month, day) = LocalDate.now()
Hey Tech Twitter
Here's an updated SQL Cheatsheet
I added the INSERT statement & a few other things. Feel free to use π
PDF version in comments
#CodeNewbie
π₯³πͺπ skrape{it} version 1.1.7 has just been released! π’ππ»β
allow spaces in attribute values of css selectors since it's valid html (even if uncommon^^)
π Instantiation of annotation classes is available:
π Call constructors in arbitrary code
π Equivalent to implementing annotations in Java
π Preview for Kotlin/JVM
Try out the preview in Kotlin 1.5.30 and share your feedback here π
github.com/sandwwraith/KEEP/β¦
π₯π₯π₯ skrape{it} Version 1.0.0 has just been released! π₯π₯π₯
Really proud to push the first final release to maven central βοΈ
Read more about it at github.com/skrapeit/skrape.iβ¦
π I'm sponsoring @skrape_it because skrape{it} is a. Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). github.com/sponsors/skrapeitβ¦