Update README.md

god
This commit is contained in:
Zoey 2022-01-08 11:30:28 +01:00 committed by GitHub
parent f50e2840a9
commit 7ec4392c31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,34 +4,26 @@ 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. 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. APIs are a hassle. Feel free to fork though.
**Installation** # Library Dependencies
>Just get the executable for either Windows or Linux in the releases tab. **pip (Linux, Mac, Windows)**
you need python3 installed ~~until I compile this into an executable~~
# pip
*modules*
>- pip install tkinter >- pip install tkinter
>- pip install pypresence >- pip install pypresence
# Arch Linux **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.)
>- pacman -S tk >- pacman -S tk
>- yay -S python-pypresence >- yay -S python-pypresence
# Running
*download * >- python3 d3rpc.py
the main branch source code and extract it to some folder
*running it*
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
**Things to add** # Things to add (Most likely won't ever happen)
>- always on top button >- always on top button
>- figure out how to pack the png background in executables >- figure out how to pack the png background in executables
>- get actual blizzard's API working >- get actual blizzard's API working