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