Forked as upstream did not make a release in quite a while, I hope to kill this fork off in the future.
I recommend doing import lynxpresence as pypresence
to keep compatibility and allow easy switching in case upstream picks up again.
A Discord Rich Presence Client in Python? Looks like you've come to the right place.
Install pypresence with pip
, for the latest development version:
pip install https://github.com/C0rn3j/lynxpresence/archive/master.zip
For the latest stable version:
pip install lynxpresence
Note
You need an authorized app to do anything besides rich presence!
Examples can be found in the examples directory, and you can contribute your own examples if you wish, just read examples.md!