Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.41 KB

Path of Exile - Discord RPC


Functionality

  • Show your class, level and current area in your Discord Activity

How to setup/use

  1. Download the latest archive from releases
  2. Extract it where ever you like
  3. Create a folder called "PoE-RPC" in "C:\Users%username%\Documents"
  4. Copy "data.json" into it
  5. Open "data.json" with any editor.
  6. Replace the content of the "clienttxt" variable with a path to your client.txt
  7. Run the program
  8. On the very first start, enter your level and class name and hit "Override".

You can find the client.txt in your PoE installation directory in the "logs" folder.

To-Be-Done

Implement the PoE API to require the user only to enter the characters name to pull class and current level. The endpoints for that aren't public though and I need to contact PoE devs to register this application for it to work.

Used libraries

Other useful PoE tools