From e9537a880c24b1ae26df4836b3e9a445d0a2ade1 Mon Sep 17 00:00:00 2001 From: Frisk Date: Mon, 30 Nov 2020 18:52:26 +0100 Subject: [PATCH] Updates to README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bfd949f..ab76be4 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ ## Introduction -RcGcDb is a backend for handling webhooks to which recent changes of MediaWiki wikis are being pushed to. +RcGcDb is a backend for handling Discord webhooks to which recent changes of MediaWiki wikis are being pushed to. +Master branch shouldn't be used in production and there are no guarantees for it working fine. It's mostly being created to work with [Wiki-Bot](https://github.com/Markus-Rost/discord-wiki-bot/). +If you are looking for low-scale MW Discord webhook recent changes solution, look at [RcGcDw](https://gitlab.com/piotrex43/RcGcDw) which should be more production ready. +MRs are still welcome. ### Dependencies ### -* **Python 3.6>** -* beautifulsoup 4.6.0> -* aiohttp 3.6.2> -* lxml 4.2.1> -* nest-asyncio 1.4.0> +* **Python 3.7+** +* beautifulsoup 4.6.0+ +* aiohttp 3.6.2+ +* lxml 4.2.1+ +* nest-asyncio 1.4.0+ #### Installation ```