Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 770 Bytes

File metadata and controls

20 lines (15 loc) · 770 Bytes

tsm_app_data_export

Export TSM auctions items' stats from AppData.lua to csv, json or hdf5 files

requirements

install dependencies

python -m pip install -r requirement.txt

launch

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

how does it works

  • 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, ...