This script downloads the picture of the day from Wallcat. Messages are send as native OS (MacOS, Ubuntu or Windows) notifications.
The image will be saved into the current directory. Alternatively you can specify the target directory in const targetPath = ""
run go build main.go to create the executable for your OS
I made this project to learn go, so it might not follow general conventions. Improvement suggestions are always appreciated!