skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
815 stars 61 forks source link

Import and update ktor extension #116

Closed faogustavo closed 4 years ago

faogustavo commented 4 years ago

Closes #114

Imported sources, tests, and readme Also updated the syntax to the newer version from skrape and the sample gif

christian-draeger commented 4 years ago

there is a really simular issue for the mockMvc extension if you want to :D https://github.com/skrapeit/skrape.it/issues/115