Ethck / Path-of-Accounting

Lookup utility for Path of Exile based on pathofexile.com/trade
GNU General Public License v3.0
103 stars 13 forks source link
parse python3 trade

(Abandoned) Path of Accounting Travis

This project has been abandoned in favor of the several other utilities that do the same thing and a shift in Dev priorites.

Intro

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:

If there is something that you want to see included in Path of Accounting, leave an issue here in GitHub.

Download(s)

For WINDOWS:

For *NIX:

For Everyone!

In order to change settings (like leagueand/or gui) go to where PoA is downloaded and open up the settings.cfg 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.

NOTICE Since the beginning of the Delirium League, the official API has slowly become much slower. Please note that this is not because of Path of Accounting when you are searching, but rather because the API is really slow due to lots of use.

Pictures

Sample searches:

Basic Search 1

Basic Search 2

Base Search

Base Search

Advanced Search

Advanced Search

Hotkeys

Can be changed in settings.cfg

Hotkey Description
alt+d Search for item.
F5 Go to hideout
alt+t Open item in trade site
alt+w Open item in wiki
alt+c Base price check
alt+f Weapon stat check
alt+v Advanced price check

Windows Only:

Hotkey Description
ctrl+MouseWheel Scroll stash tabs without having to hover over it.

Contributing

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.