cypher121
java.net.URL("<http://medalbot.com/api/v1/medals>").readText().lines().filter{'m' in it}.take(3).map{it.split('"')[3]}.forEach(::println)