61 lines
1.3 KiB
Markdown
61 lines
1.3 KiB
Markdown
jogobot-red
|
|
===========
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
* pywikibot-core
|
|
* mwparserfromhell
|
|
|
|
The libraries above need to be installed and configured manualy considering [documentation of pywikibot-core](https://www.mediawiki.org/wiki/Manual:Pywikibot).
|
|
|
|
* SQLAlchemy
|
|
* PyMySQL
|
|
|
|
Those can be installed using pip and the _requirements.txt_ file provided with this packet
|
|
|
|
pip install -r requirements.txt
|
|
|
|
Versions
|
|
--------
|
|
|
|
* test-v6
|
|
- jogobot status API enabled (Bot can be disabled onwiki)
|
|
- Fixed Problem with space between article title and anchor
|
|
|
|
* test-v5
|
|
- Feature _markpages_ working in full-automatic mode with _always_-flag
|
|
|
|
python red.py -task:markpages -family:wikipedia -always
|
|
|
|
* test-v4
|
|
|
|
- Feature _markpages_ working in semi-automatic mode using command
|
|
|
|
python red.py -task:markpages -family:wikipedia
|
|
|
|
- Work on specific redfam using param
|
|
|
|
-famhash:[sha1-famhash]
|
|
|
|
- Use _PyMySQL_ instead of _OurSQL_
|
|
|
|
- Correctly parse redfams with articles with leading small character or spaces in wikilink
|
|
|
|
* test-v3
|
|
|
|
* test-v2
|
|
|
|
* test-v1
|
|
|
|
License
|
|
-------
|
|
GPLv3
|
|
|
|
Author Information
|
|
------------------
|
|
|
|
Copyright 2017 Jonathan Golder jonathan@golderweb.de https://golderweb.de/
|
|
|
|
alias Wikipedia.org-User _Jogo.obb_ (https://de.wikipedia.org/Benutzer:Jogo.obb)
|