Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 498 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 498 Bytes

WineRPC

A Discord rich presence support for Wine

Screenshot

How to Run

Install required dependencies

pip install -r requirements.txt

You can edit the existing appdb from this repository by editing the apps.json file, ex:

[
  {
    "title": "ExampleApp",
    "exe": ["example.exe"],
    "icon": "https://example.com/icon.png"
  }
]

Run the winerpc.py script make sure you have Discord opened.

python3 winerpc.py