Service that enables to run RcGcDw on bigger scale
Find a file
MarkusRost 98e9175976 Translated using Weblate (German)
Currently translated at 100.0% (4 of 4 strings)

Translation: Wiki-Bot/RcGcDb
Translate-URL: https://weblate.frisk.space/projects/wiki-bot/rcgcdb/de/
2020-08-11 22:56:11 +02:00
locale Translated using Weblate (German) 2020-08-11 22:56:11 +02:00
scripts Updated translations 2020-08-10 18:46:47 +02:00
src Fix issue when webhook is switched to on with RC 2020-08-11 20:15:25 +02:00
.gitignore Small fix to new error handler, added more debug in --debug (now with extra spam) 2020-08-01 02:30:49 +02:00
LICENSE Add LICENSE 2020-08-11 00:07:14 +00:00
README.md Fixed an oopsie 2020-08-09 15:03:04 +02:00
requirements.txt Fixed an oopsie 2020-08-09 15:03:04 +02:00
settings.json.example add discussion quiz 2020-08-09 22:49:34 +02:00
start.py Init 2020-07-10 00:24:23 +02:00

Introduction

RcGcDb is a backend for handling webhooks to which recent changes of MediaWiki wikis are being pushed to.

Dependencies

  • Python 3.6>
  • beautifulsoup 4.6.0>
  • aiohttp 3.6.2>
  • lxml 4.2.1>

Installation

$ git clone git@gitlab.com:chicken-riders/rcgcdb.git #clone repo
$ cd RcGcDb
$ python3 -m venv . #(optional, if you want to contain everything (you should!))
$ source bin/activate #(optional, see above)
$ pip3 install -r requirements.txt #install requirements (lxml may require additional distro packages, more on that here https://lxml.de/build.html)
$ nano settings.json.example #edit the configuration file
$ mv settings.json.example settings.json
$ python3 start.py