/pypresence

A complete Discord IPC and Rich Presence wrapper library in Python!

Primary LanguagePythonMIT LicenseMIT

A Discord RPC library in Python? Looks like you've come to the right place.

Written by: qwertyquerty and LewdNeko

Notable Contributors: GiovanniMCMXCIX, GhostofGoes

GitHub stars license GitHub last commit GitHub top language PyPI


Use this badge in your project's Readme to show you're using pypresence! The markdown code is below.

pypresence

[![pypresence](https://img.shields.io/badge/using-pypresence-00bb88.svg?style=for-the-badge&logo=discord&logoWidth=20)](https://github.com/qwertyquerty/pypresence)

Installation

Install pypresence with pip

For the latest development version:

pip install https://github.com/qwertyquerty/pypresence/archive/master.zip

For the latest stable version:

pip install pypresence


Documentation

NOTE: You need an authorized app to do anything besides rich presence!


Examples

Examples can be found in the examples directory, and you can contribute your own examples if you wish, just read examples.md!