Tonexus / poe-scambot

A tool meant to quickly and efficiently search for items in Path of Exile via the stash tab API.
43 stars 8 forks source link

Feature Request: multiple searches. #1

Open charlarpoe1 opened 7 years ago

charlarpoe1 commented 7 years ago

Without spawning a 2nd parser how about creating the ability to have multiple searches going at once?

Currently with the regex you can search for (chaotic|Vivid) (crimson|viridian) jewel of (smothering|cool-thing) and this is fine for the same rarity/frameType. But what about being able to search for either this one just mentioned AND for a unique (by name) AND for a currency at a certain threshold?

This would slow down the parser for a large amount of concurrent searches. but i think it

Tonexus commented 7 years ago

Multiple searches is probably the next big feature that I will be working on, but I will be doing it through having multiple app instances open. To do so, I will probably replace "threading" with "multiprocessing" in such a way that a single parserthread instance is running for all of the apps. This way, I can also add some other features to each app, such as customizing the sound per search so the user can tell which search returned a result.

Tonexus commented 7 years ago

I've updated the application with a half-done tabbed multi-search feature (I would like to add more UI options, including response sound, opening/closing tabs). Feedback on the new tab system would be appreciated.

Hopefully, I'll be able to cram in more stuff before 3.0.