Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Daste745/path-of-exile-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path of Exile Rich Presence

Simple Path of Exile Rich Presence for Discord. Displays time from launch and current location (defults to "Main Menu" at startup and waits for location change).

Running

  1. Find the game installation folder. For Steam users the default is C:\Program Files (x86)\Steam\steamapps\common\Path of Exile, for non-Steam installations it should be in C:\Program Files (x86)\Grinding Gear Games\Path of Exile

  2. Inside the game installation folder there should be a logs directory with a Client.txt file inside.

  3. Make sure you have Python version at least 3.7 and install required libraries: python -m pip install -r requirements.txt

  4. Run the presence by giving it a path to the logs directory: python path-of-exile-rpc.py C:\Program Files (x86)\Grinding Gear Games\Path of Exile\logs

  5. To stop the presence, press Ctrl + C

Notice

This was created and tested a long time ago, so don't expect everything to work.

Please check out these projects:

Credits