Skip to content

IcedGarion/poe-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

This application tracks if there are discounts on poe.trade.

It continuously searches poe.trade for the items you are interested in, reading from the items list;

it checks whether the items' prices are below the specified ones, and notify you if there is a match.

Only works for uniques items (for now).

INSTALL

SETUP & CONFIGURE

RUN:

  • Double click "run.bat"

DETAILED DESCRIPTION

After you configured items_list.txt properly, launch the script and wait for it to find a discounted item. If the program is stuck on 'Searching...' it means that there is no item match. Leave it in background and wait. When an item is found, a text appears: the last buying message is copied to your clipboard and you can paste it (CTRL+V) in poe chat "@seller Hi, i would like to buy...". You can even open messages.txt for a detailed response of all the results found.

You can change the update frequency in config.txt: default is 0.5 (seconds). If poe lags or you have network issues set it to, say, 10. It means that once every 10 seconds the script checks on poe.trade for the items you listed .

TODO

  • better notify system

  • conversion functions for popular currencies (chaos to ex and vice)