From 97306df540e8e91d312cdc36e9328bec7d5ead4c Mon Sep 17 00:00:00 2001 From: Pablo Aramburo Date: Thu, 12 May 2022 19:43:34 -0600 Subject: [PATCH] [add] Basic documentation for traveling merchant --- traveling-merchant/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 traveling-merchant/README.md diff --git a/traveling-merchant/README.md b/traveling-merchant/README.md new file mode 100644 index 0000000..0d2fa96 --- /dev/null +++ b/traveling-merchant/README.md @@ -0,0 +1,11 @@ +# RS3 traveling merchant + +This workflow is triggered by a cronjob to read the current stock of the traveling merchant from the [official wiki](https://runescape.wiki/w/Travelling_Merchant%27s_Shop) and send a notification through telegram. + + + +## Requirements + +* [A telegram bot](https://docs.n8n.io/integrations/credentials/telegram/) +* Configuring an environment variable `PERSONAL_TELEGRAM_ID` containing the user's telegram id + * This workflow has been tested in the docker version of n8n and reads the environment through shell. \ No newline at end of file