/TSM4_auction_data_etl_tool

A ETL pipeline for tsm4 auction data.

Primary LanguagePython

TSM4_auction_data_etl_tool

What's this

A ETL pipeline for auction data generated by TradeSkillMaster4.

How to use

from tsm4_data_etl import etl


etl(
    source_path='<path to wow client>\_classic_\WTF\Account\<user account>\SavedVariables\TradeSkillMaster.lua',
    artifacts_path='<path to save csv data>'
)