Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 381 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 381 Bytes

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"
  ]
}