2021-04-24 00:34:20 +02:00
|
|
|
# D3RPC
|
|
|
|
Diablo 3 Discord Rich Presence
|
|
|
|
|
|
|
|
Quick and dirty way to get Discord's Rich Presence working with Diablo 3. You have to set everything up manually for now.
|
|
|
|
APIs are a hassle. Feel free to fork though.
|
|
|
|
|
2022-01-08 11:30:28 +01:00
|
|
|
# Library Dependencies
|
2021-04-24 00:34:20 +02:00
|
|
|
|
2022-01-08 11:30:28 +01:00
|
|
|
**pip (Linux, Mac, Windows)**
|
2021-04-24 00:50:42 +02:00
|
|
|
|
2021-04-24 16:23:33 +02:00
|
|
|
>- pip install tkinter
|
|
|
|
>- pip install pypresence
|
2021-04-24 00:34:20 +02:00
|
|
|
|
2022-01-08 11:30:28 +01:00
|
|
|
**Arch Linux**
|
|
|
|
(It's not a great idea to mix in pip packages on Arch as nearly everything is on the AUR or normal repos already.)
|
2022-01-08 10:16:28 +01:00
|
|
|
|
|
|
|
>- pacman -S tk
|
|
|
|
>- yay -S python-pypresence
|
|
|
|
|
2022-01-08 11:30:28 +01:00
|
|
|
# Running
|
2022-01-08 10:16:28 +01:00
|
|
|
|
2022-01-08 11:30:28 +01:00
|
|
|
>- python3 d3rpc.py
|
2021-04-24 00:34:20 +02:00
|
|
|
|
|
|
|
|
2021-04-24 00:35:37 +02:00
|
|
|
|
2022-01-08 11:30:28 +01:00
|
|
|
# Things to add (Most likely won't ever happen)
|
2021-04-24 16:23:33 +02:00
|
|
|
>- always on top button
|
|
|
|
>- figure out how to pack the png background in executables
|
|
|
|
>- get actual blizzard's API working
|
|
|
|
>- connection status indicator
|
2021-04-24 16:22:18 +02:00
|
|
|
|
2021-04-24 00:35:37 +02:00
|
|
|
|
|
|
|
Thanks to Commando950 for helping me with the dictionary and connection check.
|
2021-04-28 23:47:02 +02:00
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|

|
|
|
|
|