This tool allows you to generate AppData.lua file for MoP TradeSkillMaster_AuctionDB addon.
API_KEY- API Key from this page: https://tauriwow.com/account#amanage/charapiSECRET_KEY- Secret Key from this page: https://tauriwow.com/account#amanage/charapiSTORMFORGE_API_KEY- API Key from this page: https://stormforge.gg/account#apikeySTORMFORGE_SECRET_KEY- Secret Key from this page: https://stormforge.gg/account#apikey
Fill all required .env variables and run yarn run start to launch the script.
If you prefer the JS version - run yarn run build instead of the start command and use files in dist folder.
You can now use Docker to run this script.
Recommended way using docker-compose:
- Copy
.envfile as.env.localand fill all required variables. - Run
docker-compose up -dto start the container.
You can also use docker run command to run the container manually.