jasontr / TSM4_auction_data_etl_tool

A ETL pipeline for tsm4 auction data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>'
)

About

A ETL pipeline for tsm4 auction data.


Languages

Language:Python 100.0%