{"id":15042265,"url":"https://github.com/senophyx/discord-rpc","last_synced_at":"2025-04-07T12:05:41.017Z","repository":{"id":39604229,"uuid":"437744943","full_name":"Senophyx/Discord-RPC","owner":"Senophyx","description":"An Python wrapper for Discord RPC","archived":false,"fork":false,"pushed_at":"2025-01-30T06:44:17.000Z","size":228,"stargazers_count":33,"open_issues_count":0,"forks_count":9,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-07T12:05:36.731Z","etag":null,"topics":["discord","discord-rich-presence","discord-rpc","python","rich-presence","rpc"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/discord-rpc","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/Senophyx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2021-12-13T05:17:55.000Z","updated_at":"2025-02-17T09:37:41.000Z","dependencies_parsed_at":"2023-12-10T17:24:41.483Z","dependency_job_id":"b5f5b221-0d0f-4eab-b08c-2f4673defd0a","html_url":"https://github.com/Senophyx/Discord-RPC","commit_stats":null,"previous_names":["senophyx/discord-rpc","lyquid12/discord-rpc"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senophyx%2FDiscord-RPC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senophyx%2FDiscord-RPC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senophyx%2FDiscord-RPC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Senophyx%2FDiscord-RPC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Senophyx","download_url":"https://codeload.github.com/Senophyx/Discord-RPC/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648976,"owners_count":20972945,"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","rich-presence","rpc"],"created_at":"2024-09-24T20:47:03.888Z","updated_at":"2025-04-07T12:05:40.994Z","avatar_url":"https://github.com/Senophyx.png","language":"Python","funding_links":["https://buymeacoffee.com/saves"],"categories":[],"sub_categories":[],"readme":"[![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2FSenophyx%2FDiscord-RPC\u0026label=Visitors\u0026countColor=%2337d67a\u0026style=flat\u0026labelStyle=none)](https://github.com/Senophyx/Discord-RPC)\n[![Discord](https://img.shields.io/discord/887650006977347594?label=EterNomm\u0026logo=discord)](https://discord.gg/qpT2AeYZRN)\n[![Total Downloads](https://static.pepy.tech/badge/discord-rpc)](https://pepy.tech/project/discord-rpc)\n[![PyPI](https://img.shields.io/pypi/v/discord-rpc?label=PyPI%20Version\u0026logo=pypi)](https://pypi.org/project/discord-rpc)\n[![PyPI - Status](https://img.shields.io/pypi/status/discord-rpc?label=Packages%20Status\u0026logo=pypi)](https://pypi.org/project/discord-rpc)\n[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/Senophyx/discord-rpc?label=Commit%20Activity\u0026logo=github)](https://github.com/Senophyx/discord-rpc)\n\n# Discord RPC\nAn Python wrapper for Discord RPC API. Allow you to make own custom RPC.\n\n[![Changelog](https://img.shields.io/badge/Discord--RPC-Changelog-informational?style=for-the-badge\u0026logo=github)](https://senophyx.id/projects/discord-rpc/#change-logs)\n\n## Install\n- PyPI\n```\npip install discord-rpc\n```\n\n## Quick example\n```py\nimport discordrpc\n\nrpc = discordrpc.RPC(app_id=12345678910)\n\nrpc.set_activity(\n      state=\"A super simple rpc\",\n      details=\"simple RPC\"\n    )\n\n# Required if you only run Discord RPC on this file or current instance.\nrpc.run()\n```\n`rpc.run()` is only used if you are only running Discord RPC on the current file/instance. If there are other programs/tasks on the current instance, `rpc.run()` does not need to be used.\n\nSee documentation [here](https://github.com/Senophyx/Discord-RPC/blob/main/DOCS.md).\u003cbr\u003e\nMore examples [here](https://github.com/Senophyx/discord-rpc/tree/main/examples).\n\n\n## Contributors\nBig thanks for contributors who help this project keep updated, and maintained.\n\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"25%\"\u003e\u003ca href=\"https://pukima.site\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/58347116?v=4?s=100\" width=\"100px;\" alt=\"Pukima\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePukima\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#bug-Pukimaa\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"25%\"\u003e\u003ca href=\"https://github.com/k9ur\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/67886793?v=4?s=100\" width=\"100px;\" alt=\"k9er\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ek9er\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#doc-k9ur\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"25%\"\u003e\u003ca href=\"https://www.kaleko.dev/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/54416665?v=4?s=100\" width=\"100px;\" alt=\"Kale\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKale\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#bug-Kale-Ko\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"25%\"\u003e\u003ca href=\"https://github.com/TaIFeel\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/94287800?v=4?s=100\" width=\"100px;\" alt=\"TaIFeel\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTaIFeel\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#code-TaIFeel\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"25%\"\u003e\u003ca href=\"https://buymeacoffee.com/saves\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8108358?v=4?s=100\" width=\"100px;\" alt=\"Jesusaves\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJesusaves\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#bug-pazkero\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"25%\"\u003e\u003ca href=\"http://dipeshaggarwal.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1311129?v=4?s=100\" width=\"100px;\" alt=\"Dipesh Aggarwal\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDipesh Aggarwal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#code-DipeshAggarwal\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"25%\"\u003e\u003ca href=\"https://github.com/maxsspeaker\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/56259377?v=4?s=100\" width=\"100px;\" alt=\"Maxsspeaker\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaxsspeaker\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#code-maxsspeaker\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"25%\"\u003e\u003ca href=\"https://fixator10.ru\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/11073934?v=4?s=100\" width=\"100px;\" alt=\"Fixator10\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFixator10\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#doc-fixator10\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"25%\"\u003e\u003ca href=\"http://psychon-night.github.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/49412250?v=4?s=100\" width=\"100px;\" alt=\"SleepyStatic\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSleepyStatic\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#code-psychon-night\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## Links\n- [Github Repository](https://github.com/Senophyx/Discord-RPC)\n- [PyPI Project page](https://pypi.org/project/discord-rpc/)\n- [TestPyPI Project page](https://test.pypi.org/project/discord-rpc/)\n- [Discord Server](https://discord.gg/qpT2AeYZRN)\n\n## Licence \u0026 Copyright\n\n```\nThis Project under MIT License\nCopyright (c) 2021-2024 Senophyx\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenophyx%2Fdiscord-rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsenophyx%2Fdiscord-rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsenophyx%2Fdiscord-rpc/lists"}