From 3ca9fb94ae25fa4681f569d7164bf52a0074c8ee Mon Sep 17 00:00:00 2001 From: Jonathan Golder Date: Sat, 8 Sep 2018 12:32:36 +0200 Subject: [PATCH] Add basic README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a864139 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# wiki-jogobot-teamstation +This is a [Pywikibot](https://www.mediawiki.org/wiki/Manual:Pywikibot) based [Wikipedia Bot](https://de.wikipedia.org/wiki/Wikipedia:Bots) +of [User:JogoBot](https://de.wikipedia.org/wiki/Benutzer:JogoBot) on the +[German Wikipedia](https://de.wikipedia.org/wiki/Wikipedia:Hauptseite). + +It is used to correct errors in usage of [Template Team-Station](https://de.wikipedia.org/wiki/Vorlage:Team-Station). + +## Requirements +* Python 3.4+ (at least it is only tested with those) +* pywikibot-core 2.0 +* mwparserfromhell 0.5.1 +* [jogobot-core module](https://git.golderweb.de/wiki/jogobot) used as submodule + +## Usage +``` +python teamstation.py -family:wikipedia +``` +_Important_: Do not use `-always` since there are many special cases which are not detected. Always check diff! + +## Versions +* v0.1 Semi-automatical correction of wrong dash symbols in time spans + +## Bugs +[jogobot-teamstation Issues](https://git.golderweb.de/wiki/jogobot-teamstation/issues) + +## License +GPLv3+ + +## Author Information +Copyright 2018 Jonathan Golder