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
.env
file as.env.local
and fill all required variables. - Run
docker-compose up -d
to start the container.
You can also use docker run
command to run the container manually.