From 666080c0bcb4f781b2dc262884c8ac729452eed5 Mon Sep 17 00:00:00 2001 From: Nayyara Airlangga Date: Thu, 30 May 2024 21:14:19 +0700 Subject: [PATCH] docs: add supported delivery options on the README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 50da43e..66bb814 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,30 @@ services: restart: on-failure:10 ``` +## Supported Delivery Options + +### Discord + +```yaml +feeds: + - name: Tech Crunch + # other configuration options... + delivery: + discord_webhook_url: "https://discord.com/api/webhooks/..../...." +``` + +You can also provide multiple webhook urls for the same feed if you want to send it to multiple channels. + +```yaml +feeds: + - name: Tech Crunch + # other configuration options... + delivery: + discord_webhook_url: + - "https://discord.com/api/webhooks/..../...." + - "https://discord.com/api/webhooks/..../...." +``` + ## License ```