Summary
NIHL (National Ice Hockey League) weekly is a program that I built to get scores from across the NIHL National Division. The program scraped match data from various hockey sites and collated the scores from the past week and sent it to my phone using the Pushover API. I built this because at the time of writing there is no official application for the league. I automated the sending of these notifications through the use of a GitHub Actions workflow. This was my first time using GitHub actions and it has paved the way for my more complex workflows.