Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/book000/melonbooks-check
- Owner: book000
- Created: 2022-12-31T09:04:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:02:28.000Z (17 days ago)
- Last Synced: 2024-10-29T11:57:49.663Z (17 days ago)
- Language: TypeScript
- Homepage: https://hub.docker.com/r/book000/melonbooks-check
- Size: 738 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"
]
}
```