python-discord-rpc
python-discord-rpc copied to clipboard
Discord rich presence implementation in Python
This library is no longer being updated. Please consider using something else.
python-discord-rpc
Implementation of Discord's Rich Presence using Python. Based off of Snazzah's SublimeDiscordRP
Requirements
- A copy of Discord
- Python 3.5.2+
Installation
- Copy rpc.py into your project! Use it by
import rpc
Example implementation
An example implementation can be found in example.py