Updates to README.md

This commit is contained in:
Frisk 2020-11-30 18:52:26 +01:00
parent ddd6512e18
commit e9537a880c
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

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