Export TSM auctions items' stats from AppData.lua to csv, json or hdf5 files
- python 3.7
- properly configured TSM application
python -m pip install -r requirement.txt
python export_tsm_auctions.py -r <path_to_app_data.lua> -o <outputdir> -f csv
or on windows just double click export_tsm_auctions.py
- find and read the AppData.lua files
- use a python lua interpreter to parse/interpret the data in files
- fit each realm's data into a pandas.DataFrame
- export the dataframes to csv, json, ...