Skip to content

tieonlinux/tsm_app_data_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Export TSM auctions items' stats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published