pypresence


Namepypresence JSON
Version 4.3.0 PyPI version JSON
download
home_pagehttps://github.com/qwertyquerty/pypresence
SummaryDiscord RPC client written in Python
upload_time2023-07-08 00:33:53
maintainer
docs_urlNone
authorqwertyquerty
requires_python>=3.8
licenseMIT
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.8 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)!

----------
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": "https://github.com/qwertyquerty/pypresence",
    "name": "pypresence",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "discord rich presence pypresence rpc api wrapper gamers chat irc",
    "author": "qwertyquerty",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f4/2e/d110f862720b5e3ba1b0b719657385fc4151929befa2c6981f48360aa480/pypresence-4.3.0.tar.gz",
    "platform": "Windows",
    "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.8 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**: 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----------\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": "MIT",
    "summary": "Discord RPC client written in Python",
    "version": "4.3.0",
    "project_urls": {
        "Homepage": "https://github.com/qwertyquerty/pypresence"
    },
    "split_keywords": [
        "discord",
        "rich",
        "presence",
        "pypresence",
        "rpc",
        "api",
        "wrapper",
        "gamers",
        "chat",
        "irc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e401d30b30e18f81eb71365681223971a9822a89b3d6ee5269dd2aa955bc228",
                "md5": "7738bbcc0d67129ec7d488f0f1b91ee7",
                "sha256": "af878c6d49315084f1b108aec86b31915080614d9421d6dd3a44737aba9ff13f"
            },
            "downloads": -1,
            "filename": "pypresence-4.3.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7738bbcc0d67129ec7d488f0f1b91ee7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 11778,
            "upload_time": "2023-07-08T00:33:52",
            "upload_time_iso_8601": "2023-07-08T00:33:52.018399Z",
            "url": "https://files.pythonhosted.org/packages/1e/40/1d30b30e18f81eb71365681223971a9822a89b3d6ee5269dd2aa955bc228/pypresence-4.3.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f42ed110f862720b5e3ba1b0b719657385fc4151929befa2c6981f48360aa480",
                "md5": "f7c163cdd001af2456c09e241b90bad7",
                "sha256": "a6191a3af33a9667f2a4ef0185577c86b962ee70aa82643c472768a6fed1fbf3"
            },
            "downloads": -1,
            "filename": "pypresence-4.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f7c163cdd001af2456c09e241b90bad7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10696,
            "upload_time": "2023-07-08T00:33:53",
            "upload_time_iso_8601": "2023-07-08T00:33:53.490474Z",
            "url": "https://files.pythonhosted.org/packages/f4/2e/d110f862720b5e3ba1b0b719657385fc4151929befa2c6981f48360aa480/pypresence-4.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-08 00:33:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "qwertyquerty",
    "github_project": "pypresence",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pypresence"
}
        
Elapsed time: 0.09401s