A custom Discord rich presence for Wine
Install required dependencies
pip install -r requirements.txtYou 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