Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/book000/melonbooks-check

It monitors sale-state at Melonbooks and notifies you if there are any changes.
https://github.com/book000/melonbooks-check

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# melonbooks-check

It monitors sale-state at [Melonbooks](https://www.melonbooks.co.jp) and notifies you if there are any changes.

## Configuration

File: `data/config.json`

- `discordWebhookUrl`: Discord Webhook URL to notify
- `targets`: Product ID in Melonbooks

```json
{
"discordWebhookUrl": "https://discord.com/api/webhooks/...",
"targets": [
"1111111"
]
}
```