Path of Accounting is a replacement of POE TradeMacro that utilizes Path of Exile's Official API. Built from the ground up, Path of Accounting is lightning fast and has support for just about every item in the game.
Path of Accounting supports the following features right now:
- Currency Evaluation
- Unique Item Evaluation
- non-Unique item support (including mod evaluations)
- In game GUI (still developing, taking suggestions)
- Global Hotkeys! (hideout, other copy, still working on more!)
- League Selection!
Support is currently being developed for:
- Better logic on pricing items with many mods.
- More global hotkeys!
- More mod support
- and More!
If there is something that you want to see included in Path of Accounting, leave an issue here in GitHub.
In order to use Path of Accounting right now follow these steps:
For WINDOWS:
- Head over to the releases page, download the newest release, unzip, and execute the
Path of Accounting.exe
file found inside the unzipped folder..
For *NIX:
- Ensure that your python version is 3.7 or above.
- Install from requirements.txt
pip install -r requirements.txt
- Run parse.py
For Everyone!
- Copy an item you want to price into your clipboard (control+c or alt+d) and watch the output from the script and the GUI popup!
In order to change settings (like league
and whether or not to use the hotkeys
and/or gui
) go to where PoA is downloaded and open up the settings.yaml
file.
The program reads what is entered into your clipboard in real time and determines whether or not it is Path of Exile related, if it is not the info is immediately discarded. If it is a PoE item, it then queries the official API to determine pricing based on what everyone else has listed that item for.
Hotkeys!
Global | Hotkeys |
---|---|
alt+d | Search for item. |
F5 | Go to hideout |
alt+t | Open item in trade site |
alt+w | Open item in wiki |
For anyone interested in helping, Path of Accounting is built with Python 3.6+ and is super easy to understand. Feel free to message me if you have any questions. For those of you who want to help but don't know how to program, feel free to offer suggestions on the issues page! I can't make this tool better without knowing what everyone want.