mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
Updates to README.md
This commit is contained in:
parent
ddd6512e18
commit
e9537a880c
15
README.md
15
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue