{"id":26558567,"url":"https://github.com/qwertyquerty/pypresence","last_synced_at":"2025-05-14T04:07:46.408Z","repository":{"id":30498967,"uuid":"125143324","full_name":"qwertyquerty/pypresence","owner":"qwertyquerty","description":"A complete Discord IPC and Rich Presence wrapper library in Python!","archived":false,"fork":false,"pushed_at":"2025-03-27T10:58:45.000Z","size":3646,"stargazers_count":686,"open_issues_count":11,"forks_count":80,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-12T15:56:21.029Z","etag":null,"topics":["discord","discord-rich-presence","discord-rpc","python","python-library","rich-presence","wrapper"],"latest_commit_sha":null,"homepage":"https://qwertyquerty.github.io/pypresence/html/index.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qwertyquerty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-14T02:25:10.000Z","updated_at":"2025-04-12T11:39:44.000Z","dependencies_parsed_at":"2024-03-02T11:38:15.194Z","dependency_job_id":"40f31829-65fa-4308-b62b-7202871c9961","html_url":"https://github.com/qwertyquerty/pypresence","commit_stats":{"total_commits":439,"total_committers":29,"mean_commits":"15.137931034482758","dds":0.5353075170842825,"last_synced_commit":"690320919144269885cb6c6be8c41d63a49365ec"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwertyquerty%2Fpypresence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwertyquerty%2Fpypresence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwertyquerty%2Fpypresence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwertyquerty%2Fpypresence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qwertyquerty","download_url":"https://codeload.github.com/qwertyquerty/pypresence/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254069365,"owners_count":22009535,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","discord-rich-presence","discord-rpc","python","python-library","rich-presence","wrapper"],"created_at":"2025-03-22T12:50:16.363Z","updated_at":"2025-05-14T04:07:46.375Z","avatar_url":"https://github.com/qwertyquerty.png","language":"Python","funding_links":["https://www.patreon.com/qwertyquerty"],"categories":["Python"],"sub_categories":[],"readme":"\u003e 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\u0026label=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\u0026logo=discord\u0026logoWidth=20)](https://github.com/qwertyquerty/pypresence)\n\n```markdown\n[![pypresence](https://img.shields.io/badge/using-pypresence-00bb88.svg?style=for-the-badge\u0026logo=discord\u0026logoWidth=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\u003e [!Note]\n\u003e 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwertyquerty%2Fpypresence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwertyquerty%2Fpypresence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwertyquerty%2Fpypresence/lists"}