← All projects

Project

Slack Weather Message

A scheduled bot that posts Naver weather updates to Slack.

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