arturino009 / POEcluster

Make insane profits with this one simple trick! Just indexes all possible combinations for medium cluster jewels and their prices.
GNU General Public License v3.0
20 stars 13 forks source link

PoeCluster

PoeCluster is a tool to index all the different combinations of cluster jewels and see if it is profitable to craft them yourself.

WARNING

Tool only indexes the notables/combinations which have more than 10 active listings at the current moment on pathofexile.com/trade. Listing all the combinations of notables for medium cluster jewels can take up to ~15 minutes~ 3.5 HOURS because of the sheer amount of combinations (about 1200 for medium clusters). The limiting factor here is the sites' rate-limiter. Currently the tool is allowed to make 1 request every 10 seconds, and there is nothing I can do.

Features

Result

example

Columns are:

Dependencies

PoeCluster uses a number of python libraries to work properly:

Installation

PoeCluster requires python to run. Tested version 3.9.

Install the dependencies:

pip install requests
pip install bs4
pip install PyQt5
pip install lxml

Run the main script:

cd path/to/PoeCluster
python poe_cluster

Todos