D3RPC/README.md

49 lines
1.3 KiB
Markdown
Raw Normal View History

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.
2021-04-24 00:51:46 +02:00
**Installation**
2021-04-24 00:34:20 +02:00
2021-04-24 00:51:46 +02:00
>Just get the executable for either Windows or Linux in the releases tab.
2021-04-24 00:50:42 +02:00
you need python3 installed ~~until I compile this into an executable~~
2021-04-24 00:34:20 +02:00
# pip
2021-04-24 00:51:46 +02:00
*modules*
2021-04-24 16:23:33 +02:00
>- pip install tkinter
>- pip install pypresence
2021-04-24 00:34:20 +02:00
# Arch Linux
>- pacman -S tk
>- yay -S python-pypresence
2021-04-24 00:51:46 +02:00
*download *
2021-04-24 00:34:20 +02:00
the main branch source code and extract it to some folder
2021-04-24 00:51:46 +02:00
*running it*
2021-04-24 00:34:20 +02:00
open terminal in that folder, or cd into it and run python3 ./d3rpc.py
Feel free to add me on Discord or DM me here.
SailorZoop#9082
2021-04-24 00:35:37 +02:00
2021-04-24 16:22:18 +02:00
**Things to add**
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
![image](https://user-images.githubusercontent.com/26927890/116476301-524aa700-a87b-11eb-9e22-88e109492bda.png)
![image](https://user-images.githubusercontent.com/26927890/116476391-73ab9300-a87b-11eb-8a05-58c26aa7670f.png)
![d3rpcscreenshot](https://user-images.githubusercontent.com/26927890/116476193-29c2ad00-a87b-11eb-99f3-6f8a860e4c30.png)