Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 486 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 486 Bytes

Holodule Bot

This is an application that reads the holodule distribution schedule, gets the broadcast frame information by scraping, and notifies the user with a Discord bot.

Install

go mod download

Build

make build

Debug

make debug-daily
# or
make debug-coming-soon

Run

./bin/holodule-bot daily
# or
./bin/holodule-bot coming-soon

Migration

./scripts/goose.sh up
# or
./scripts/goose.sh down