Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 828 Bytes

README.md

File metadata and controls

35 lines (32 loc) · 828 Bytes

Config.json

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

Run

  1. Install dockder
  2. Execute command: make run