A config.json file is required. Create the file and add following configs:
{
"webhook-list": [
{"title": "Your message title to detect", "webhook": "Webhook url to send when this title is detected"}
],
"ignore-title-list": ["Ignore this title"]
}
Example 01:
{
"webhook-list": [
{"title": "W2D", "webhook": "https://discord.com/api/webhooks/Jais755gh"}
],
"ignore-title-list": ["WhatsApp"]
}
Example 02:
{
"webhook-list": [
{"title": "W2D", "webhook": "https://discord.com/api/webhooks/Jais755gh"}
{"title": "Dave", "webhook": "https://discord.com/api/webhooks/kona87sab"}
],
"ignore-title-list": ["WhatsApp"]
}
- Install dockder
- Execute command:
make run