Skip to content

ff14-advanced-market-search/local-aetheryte

Repository files navigation

local-aetheryte

# 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 servers
  • python wow_singlepricecheck.py # for one config and prices on specific servers
  • python wow_undercut.py

FFXIV setup

Note: this same setup works for the price alert or undercut options, just do everything here for pricealert instead if you want that

  1. 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
image image
  1. 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
image
  1. 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
image
  1. Then you will get alerts:
image

WoW setup

Wow does it all in one channel

  1. Make a webhook and put it in the file to replace the default example
image
  1. 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:
image
  1. Rightclick the wow_undercut.py and hit run
image
  1. get alerts, note we will check once on startup and then again once per hour when the blizzard api data updates
image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages