# git clone https://github.com/ff14-advanced-market-search/local-aetheryte.git
cd local-aetheryte
pip install -r requirements.txt
Next add in your json data:
Last run the python script for whatever alert you want:
python ffxiv_pricecheck.py
python ffxiv_undercut.py
python wow_regionpricecheck.py
# for one config and prices on all serverspython wow_singlepricecheck.py
# for one config and prices on specific serverspython wow_undercut.py
Note: this same setup works for the price alert or undercut options, just do everything here for pricealert instead if you want that
- Make a list of your webhooks with specific names in the file
ffxiv_user_data/config/undercut/webhooks.json
, a good way to do this is setup different webhooks for different servers
- Go to the
ffxiv_user_data/undercut/
and make a file that matches the names you put in the webhooks json file. In each file put your Undecut data you got from the website
- Once your data is setup then you can run the
ffxiv_undercut.py
file by right clicking on it in pycharm and then ht run
- Then you will get alerts:
Wow does it all in one channel
- Make a webhook and put it in the file to replace the default example
- Get your undercut alert data from the addon, erase everything in the
wow_user_data/undercut/region_undercut.json
and paste your addon data in:
- Rightclick the
wow_undercut.py
and hit run
- get alerts, note we will check once on startup and then again once per hour when the blizzard api data updates