Lee Turner

A random stream of thoughts and software experiments

Creating Hugo Blog Posts from Meetup Pages using Kotlin Script and JSoup

Automating workflows by scraping Meetup pages using Kotlin Script and JSoup

There is a lot of admin involved in running a meetup group. One of the things I wanted to automate was the creation of blog posts for our meetup blogs. This post describes how I used Kotlin Script and JSoup to scrape the meetup page and create the blog posts.

BlinkyTape JUnit Testwatcher API Implementation

This implementation demonstrates a Junit 5 TestWatcher API implementation that hooks up your tests to a BlinkyTape LED strip.