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 ```