MT log data extractor is a python module that extracts data from Minetest logs.
Minetest log data extractor is a Open Source project under the MIT License (see LICENSE file for details).
Currently, there is no pip package for this module, so you will need to install it manually:
- Download this module from here
- Extract the archive
- go into the extracted folder using
cd
- copy mt_log_data_extractor.py into your python installation's site-packages folder
Import this module:
from mt_log_data_extractor import import_mt_log
Now, to get your data, use:
import_mt_log(mt_log_path)