pypresence


Namepypresence JSON
Version 4.6.1 PyPI version JSON
download
home_pageNone
SummaryDiscord RPC client written in Python
upload_time2025-10-17 18:53:39
maintainerNone
docs_urlNone
authorqwertyquerty
requires_python>=3.9
licenseNone
keywords discord rich presence pypresence rpc api wrapper gamers chat irc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            > A Discord Rich Presence Client in Python? Looks like you've come to the right place.

[![GitHub stars](https://img.shields.io/github/stars/qwertyquerty/pypresence.svg?style=for-the-badge&label=Stars)](https://github.com/qwertyquerty/pypresence) [![license](https://img.shields.io/github/license/qwertyquerty/pypresence.svg?style=for-the-badge)](https://github.com/qwertyquerty/pypresence/blob/master/LICENSE) ![GitHub last commit](https://img.shields.io/github/last-commit/qwertyquerty/pypresence.svg?style=for-the-badge) ![GitHub top language](https://img.shields.io/github/languages/top/qwertyquerty/pypresence.svg?style=for-the-badge) ![PyPI](https://img.shields.io/pypi/v/pypresence.svg?style=for-the-badge)

## NOTE: Only Python versions 3.9 and above are supported.

### [Documentation](https://qwertyquerty.github.io/pypresence/html/index.html), [Discord Server](https://discord.gg/JF3kg77), [Patreon](https://www.patreon.com/qwertyquerty)

----------

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

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

```markdown
[![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!

####  [pypresence Documentation](https://qwertyquerty.github.io/pypresence/html/index.html)
####  [Discord Rich Presence Documentation](https://discord.com/developers/docs/rich-presence/how-to)
####  [Discord RPC Documentation](https://discord.com/developers/docs/topics/rpc)
####  [pyresence Discord Support Server](https://discord.gg/JF3kg77)
####  [Discord API Support Server](https://discord.gg/discord-api)

----------

# Examples

Examples can be found in the [examples](https://github.com/qwertyquerty/pypresence/tree/master/examples) directory, and you can contribute your own examples if you wish, just read [examples.md](https://github.com/qwertyquerty/pypresence/blob/master/examples/examples.md)!

----------

# Development

Want to contribute? Check out the **[Development Guide](DEVELOPMENT.md)** for setup instructions, testing, code quality tools, and contribution guidelines.

----------
Written by: [qwertyquerty](https://github.com/qwertyquerty)

Notable Contributors: [GiovanniMCMXCIX](https://github.com/GiovanniMCMXCIX), [GhostofGoes](https://github.com/GhostofGoes)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pypresence",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "discord, rich presence, pypresence, rpc, api, wrapper, gamers, chat, irc",
    "author": "qwertyquerty",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f6/6b/dedacb949ee73c3fd4a11992a4e9a70fc4cd1046ed6870f9138348293ded/pypresence-4.6.1.tar.gz",
    "platform": null,
    "description": "> A Discord Rich Presence Client in Python? Looks like you've come to the right place.\n\n[![GitHub stars](https://img.shields.io/github/stars/qwertyquerty/pypresence.svg?style=for-the-badge&label=Stars)](https://github.com/qwertyquerty/pypresence) [![license](https://img.shields.io/github/license/qwertyquerty/pypresence.svg?style=for-the-badge)](https://github.com/qwertyquerty/pypresence/blob/master/LICENSE) ![GitHub last commit](https://img.shields.io/github/last-commit/qwertyquerty/pypresence.svg?style=for-the-badge) ![GitHub top language](https://img.shields.io/github/languages/top/qwertyquerty/pypresence.svg?style=for-the-badge) ![PyPI](https://img.shields.io/pypi/v/pypresence.svg?style=for-the-badge)\n\n## NOTE: Only Python versions 3.9 and above are supported.\n\n### [Documentation](https://qwertyquerty.github.io/pypresence/html/index.html), [Discord Server](https://discord.gg/JF3kg77), [Patreon](https://www.patreon.com/qwertyquerty)\n\n----------\n\n**Use this badge in your project's Readme to show you're using pypresence! The markdown code is below.**\n\n[![pypresence](https://img.shields.io/badge/using-pypresence-00bb88.svg?style=for-the-badge&logo=discord&logoWidth=20)](https://github.com/qwertyquerty/pypresence)\n\n```markdown\n[![pypresence](https://img.shields.io/badge/using-pypresence-00bb88.svg?style=for-the-badge&logo=discord&logoWidth=20)](https://github.com/qwertyquerty/pypresence)\n```\n\n\n----------\n\n# Installation\n\nInstall pypresence with **`pip`**\n\nFor the latest development version:\n\n### `pip install https://github.com/qwertyquerty/pypresence/archive/master.zip`\n\nFor the latest stable version:\n\n### `pip install pypresence`\n\n----------\n\n\n# Documentation\n\n> [!Note]\n> You need an **authorized app** to do anything besides rich presence!\n\n####  [pypresence Documentation](https://qwertyquerty.github.io/pypresence/html/index.html)\n####  [Discord Rich Presence Documentation](https://discord.com/developers/docs/rich-presence/how-to)\n####  [Discord RPC Documentation](https://discord.com/developers/docs/topics/rpc)\n####  [pyresence Discord Support Server](https://discord.gg/JF3kg77)\n####  [Discord API Support Server](https://discord.gg/discord-api)\n\n----------\n\n# Examples\n\nExamples can be found in the [examples](https://github.com/qwertyquerty/pypresence/tree/master/examples) directory, and you can contribute your own examples if you wish, just read [examples.md](https://github.com/qwertyquerty/pypresence/blob/master/examples/examples.md)!\n\n----------\n\n# Development\n\nWant to contribute? Check out the **[Development Guide](DEVELOPMENT.md)** for setup instructions, testing, code quality tools, and contribution guidelines.\n\n----------\nWritten by: [qwertyquerty](https://github.com/qwertyquerty)\n\nNotable Contributors: [GiovanniMCMXCIX](https://github.com/GiovanniMCMXCIX), [GhostofGoes](https://github.com/GhostofGoes)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Discord RPC client written in Python",
    "version": "4.6.1",
    "project_urls": {
        "Homepage": "https://github.com/qwertyquerty/pypresence",
        "Issues": "https://github.com/qwertyquerty/pypresence/issues",
        "Repository": "https://github.com/qwertyquerty/pypresence"
    },
    "split_keywords": [
        "discord",
        " rich presence",
        " pypresence",
        " rpc",
        " api",
        " wrapper",
        " gamers",
        " chat",
        " irc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd0d1c817c6769ce0b64cc0dcc20bc9d0edb4dc560e83a3b5f0d5cbda04c3d35",
                "md5": "8834a33925402b626b72c954911daa1d",
                "sha256": "33d4549fcdf4102f81935df4ba587bacb22193e0c50c541d1ab9329b21df33cd"
            },
            "downloads": -1,
            "filename": "pypresence-4.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8834a33925402b626b72c954911daa1d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 14033,
            "upload_time": "2025-10-17T18:53:38",
            "upload_time_iso_8601": "2025-10-17T18:53:38.184419Z",
            "url": "https://files.pythonhosted.org/packages/bd/0d/1c817c6769ce0b64cc0dcc20bc9d0edb4dc560e83a3b5f0d5cbda04c3d35/pypresence-4.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f66bdedacb949ee73c3fd4a11992a4e9a70fc4cd1046ed6870f9138348293ded",
                "md5": "e48bbfc7bbf2f9b85cdd386a22ae8af2",
                "sha256": "05199516a3b4e182b637b3cd5415aab7ba542707664f634f35a7220c4f10334f"
            },
            "downloads": -1,
            "filename": "pypresence-4.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e48bbfc7bbf2f9b85cdd386a22ae8af2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 20419,
            "upload_time": "2025-10-17T18:53:39",
            "upload_time_iso_8601": "2025-10-17T18:53:39.484647Z",
            "url": "https://files.pythonhosted.org/packages/f6/6b/dedacb949ee73c3fd4a11992a4e9a70fc4cd1046ed6870f9138348293ded/pypresence-4.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-17 18:53:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "qwertyquerty",
    "github_project": "pypresence",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pypresence"
}
        
Elapsed time: 2.62854s