Skip to content

Desktop tool for Path of Exile for managing live item searches and making instant offers without leaving the game.

Notifications You must be signed in to change notification settings

5k-mirrors/poe-live-search-manager

Repository files navigation

Poe::Sniper

Desktop tool for Path of Exile to make instant offers for listed items without leaving the game.

It is an alternative to keeping several browser tabs open but it consumes far less resources and you don’t need to switch between the game and the browser tabs all the time. You can use custom search criteria and message the seller instantly in-game.

Supported trade sites:

According to GGG, the current form of trading is not going to change. Still, it can be improved. We've been improving it since Legacy league. Settle in for simpler, faster, in-game trading.

Stack: Electron + React based on minelectreactist which is based on electron-react-boilerplate.

Services

Development

Setup

yarn install
yarn dev

Installation

  • Install location on win10: %localappdata%\Programs\PoE Live Search Manager (for old versions PoE Sniper)
  • Data location on win10: %APPDATA%\PoE Live Search Manager
  • electron-store data location on win10: %APPDATA%\PoE Live Search Manager\config.json
  • yarn dev data on win10: %APPDATA%\Electron

Known issues

Caveats

Rate limiting

Actions that count towards the rate limit:

  • 1 per result for fetching item details

QA

As a user, I can login, so that my subscription is recognized and can access gated content

  • when logged out user visits either the trade or settings screen, it is redirected to the login screen
  • when logged out user visits the input screen, it can see its searches
  • when logged in user visits the account screen, it:
    • has access to its session id
    • has access to its current subscription state,
    • can refresh its subscription details
  • when logged in user visits the settings screen, it can:
    • set the seconds elapsed between the appearance of each notification
    • send a test notification
    • turn on/off automatic whisper message copying

As a user, my settings are stored locally, so that I do not have to set them again

  • when the user logs in, its previously stored settings are reloaded from the local storage
  • when logged out user restarts the application, its input searches are reloaded
  • when logged in user restarts the application, its input searches are reloaded and socket connections are executed
  • when logged in user restarts the application, its session id is reloaded
  • when the user logs out:
    • its session id is cleared
    • sockets are disconnected
    • it no longer receives OS notifications that are out of the queue
    • whisper messages do not alter clipboard

As a user, I can add a new search, so that I get notified for items matched by that search

  • when the user tries to add a new row to the input table with wrong URL:
    • the save button does not react
    • a red line indicates it
  • when logged out user adds a new row to the input table, socket connection does not happen
  • when logged in user adds a new row to the input table without active subscription, socket connection does not happen
  • when logged in user adds a new row to the input table with invalid session id, socket connection does not happen
  • when logged in user adds a new row to the input table with active subscription and valid session id:
    • socket connection happens
    • whisper messages alter clipboard
    • it shows OS notifications in sequence
  • when socket connection happens, the connection state is indicated in that row

As a user, I can delete searches, so that I do not get notified for items matched by that search

  • when logged out user removes a search from the input table, the row is deleted
  • when logged in user removes a disconnected search from the input table, the row is deleted
  • when logged in user removes a connected search from the input table:
    • the socket is disconnected
    • the row is deleted
    • whisper messages do not alter clipboard
    • it no longer receives OS notifications that are out of the queue

As a user, I can reconnect to my searches, so that reinitialize my connections

  • when the user clicks the reconnect button for a disconnected socket, it connects
  • when the user clicks the reconnect button for a connected socket, it disconnects and then connects, which is visible to the user
  • when the user reconnects to all of its sockets, the single socket reconnection is disabled

About

Desktop tool for Path of Exile for managing live item searches and making instant offers without leaving the game.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published