Fetch MediaWiki Scribunto modules from wikis and save as files
Requirements:
- Download a wheel file from Releases.
- Execute
pip install legunto-*.whl
.
# Print help message
python -m legunto
# Prepare scribunto.json
touch scribunto.json
vim scribunto.json
# Fetch lua modules based on the scribunto.json
python -m install
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
python setup.py bdist_wheel