Skip to content

Path of Exile 2 Discord Rich Presence Client | POE2 RPC

License

Notifications You must be signed in to change notification settings

ezbooz/Path-Of-Exile-2-RPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Install guide:

  1. Install Python 3.8 or higher.
  2. Install the required libraries using pip: pip install -r requirements.txt
  3. Run the script: python main.py
  4. Ensure that Discord is running.

To-Do List

  • Add support for custom images for all character classes and ascendencies in Discord RPC
  • Make it a service with auto-start when the game launches
  • Add support for the official client
  • Store and identify the player who started the script to avoid conflicts with party members

Acknowledgements