changeset 981 | 14e5ae1fb541 |
parent 93 | 4794759139ea |
--- a/progs/crawler.scala Mon Feb 03 13:25:59 2025 +0000 +++ b/progs/crawler.scala Fri Sep 05 16:59:48 2025 +0100 @@ -1,3 +1,15 @@ +// Try out requests library +// +// https://github.com/com-lihaoyi/requests-scala +// +// +import $ivy.`com.lihaoyi::requests:0.9.0` + + + +requests.get("https://nms.kcl.ac.uk/christian.urban/") + + import io.Source import scala.util.matching.Regex