Project
Slack Weather Message
A small Go program that scrapes the current weather from Naver and posts it to a Slack channel through an incoming webhook.
It runs unattended on a GitHub Actions cron schedule (weekday mornings, 7 AM KST) and can be retimed by editing the workflow.
- Go
- Web scraping
- Slack
- GitHub Actions