Skip to content

It monitors sale-state at Melonbooks and notifies you if there are any changes.

Notifications You must be signed in to change notification settings

book000/melonbooks-check

Repository files navigation

melonbooks-check

It monitors sale-state at Melonbooks and notifies you if there are any changes.

Configuration

File: data/config.json

  • discordWebhookUrl: Discord Webhook URL to notify
  • targets: Product ID in Melonbooks
{
  "discordWebhookUrl": "https://discord.com/api/webhooks/...",
  "targets": [
    "1111111"
  ]
}