Browse Source

Merge branch 'remove-jogobot-submodule' into develop

develop
Jonathan Golder 6 years ago
parent
commit
3fb86abac5
  1. 3
      .gitmodules
  2. 19
      README.md
  3. 1
      jogobot
  4. 8
      requirements.txt

3
.gitmodules

@ -1,3 +0,0 @@
[submodule "jogobot"]
path = jogobot
url = ../jogobot

19
README.md

@ -6,10 +6,21 @@ of [User:JogoBot](https://de.wikipedia.org/wiki/Benutzer:JogoBot) on the
On [JogoBots wikipedia user page](https://de.wikipedia.org/wiki/Benutzer:JogoBot/Charts) a more detailed description can be found.
## Requirements
* Python 3.4+ (at least it is only tested with those)
* pywikibot-core 2.0
* [jogobot-core module](https://github.com/golderweb/wiki-jogobot-core) used as submodule
* [Isoweek module](https://pypi.python.org/pypi/isoweek)
* python3.4+
* pywikibot-core
The libraries above need to be installed and configured manualy considering [documentation of pywikibot-core](https://www.mediawiki.org/wiki/Manual:Pywikibot).
* mwparserfromhell
* isoweek
* [jogobot-core module](https://git.golderweb.de/wiki/jogobot)
Those can be installed using pip and the _requirements.txt_ file provided with this packet
pip install -r requirements.txt
## Versions
* v1.2

1
jogobot

@ -1 +0,0 @@
Subproject commit d69d873624abb70a25a0aef711a635cfc88aa7e9

8
requirements.txt

@ -0,0 +1,8 @@
# mwparserfromhell
mwparserfromhell
# isoweek
isoweek
# jogobot
git+https://git.golderweb.de/wiki/jogobot.git#egg=jogobot
Loading…
Cancel
Save