{"id":15576684,"url":"https://github.com/iamtraction/discoipc","last_synced_at":"2025-09-11T12:31:36.998Z","repository":{"id":57418354,"uuid":"126165467","full_name":"iamtraction/discoIPC","owner":"iamtraction","description":"Connect to the local Discord IPC Socket, for features like Rich Presence.","archived":false,"fork":false,"pushed_at":"2019-05-21T22:00:08.000Z","size":28,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T18:05:50.085Z","etag":null,"topics":["disco-ipc","discoipc","discord-rich-presence","discord-rpc","ipc","rich-presence","rpc"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/discoIPC/1.0.0","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamtraction.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-21T10:59:05.000Z","updated_at":"2024-04-13T23:48:49.000Z","dependencies_parsed_at":"2022-09-13T07:31:11.164Z","dependency_job_id":null,"html_url":"https://github.com/iamtraction/discoIPC","commit_stats":null,"previous_names":["k3rn31p4nic/discoipc"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamtraction%2FdiscoIPC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamtraction%2FdiscoIPC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamtraction%2FdiscoIPC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamtraction%2FdiscoIPC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamtraction","download_url":"https://codeload.github.com/iamtraction/discoIPC/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232646345,"owners_count":18555272,"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":["disco-ipc","discoipc","discord-rich-presence","discord-rpc","ipc","rich-presence","rpc"],"created_at":"2024-10-02T18:54:30.533Z","updated_at":"2025-01-05T21:44:43.370Z","avatar_url":"https://github.com/iamtraction.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"discoIPC\n===========================\n\nConnect to the local Discord IPC Socket, for features like `Rich\nPresence`_.\n\n|GitHub release| |Known Vulnerabilities| |license| |Say Thanks!|\n\nInstallation\n------------\n\nThis is a `Python`_ module available through the `PyPI`_.\n\nBefore installing, `download and install Python`_. We recommend\ninstalling version 3.5+ of Python.\n\nInstallation is done using the ``pip install`` command:\n\n.. code:: bash\n\n    $ pip install discoIPC\n\nFor more info, see `pip install`_ docs.\n\nGet Started\n-----------\n\nRead the `Wiki`_ to see the available classes and methods and\nknow how to use them.\n\nExamples\n-----------\n- Riddles: A small \u0026 simple text based riddles game showing the\n  implementation of `discoIPC`_:\n  https://github.com/k3rn31p4nic/riddles-rich-presence\n- DiscoIPC Examples: Example scripts that send Rich Presence to\n  Discord using `discoIPC`_:\n  https://github.com/An0n3m0us/DiscoIPC-Examples\n\n*If want to add some examples, feel free to open a PR.*\n\nLinks\n-----------\n\n-  `Discord Rich Presence Website`_\n-  `Discord Developer Documentation`_\n-  `Official Discord RPC Bindings`_\n\nContributors\n------------\n\nThe developer of the `discoIPC`_ package is `k3rn31p4nic`_\n\n`List of all contributors`_\n\n\nLicense\n-------\n\n`GPL-3.0`_\n\n    If you liked this project you can **⭐ Star** it on `GitHub`_ to show\n    your love.\n\n.. _Python: https://python.org\n.. _PyPI: https://pypi.python.org/\n.. _download and install Python: https://www.python.org/downloads/\n.. _pip install: https://docs.python.org/3/installing/index.html\n.. _Wiki: https://github.com/k3rn31p4nic/discoIPC/wiki\n.. _Rich Presence: https://discordapp.com/rich-presence\n.. _Discord Rich Presence Website: https://discordapp.com/rich-presence\n.. _Discord Developer Documentation: https://discordapp.com/developers\n.. _Official Discord RPC Bindings: https://github.com/discordapp/discord-rpc\n.. _k3rn31p4nic: https://sankarsankampa.com\n.. _List of all contributors: https://github.com/k3rn31p4nic/discoIPC/graphs/contributors\n.. _GPL-3.0: https://github.com/k3rn31p4nic/discoIPC/blob/master/LICENSE.txt\n.. _GitHub: https://github.com/k3rn31p4nic/discoIPC\n\n.. |GitHub release| image:: https://img.shields.io/github/release/k3rn31p4nic/discoIPC.svg?style=flat\n   :target: https://github.com/k3rn31p4nic/discoIPC/releases\n.. |license| image:: https://img.shields.io/github/license/k3rn31p4nic/discoIPC.svg\n   :target: LICENSE\n.. |Known Vulnerabilities| image:: https://snyk.io/test/github/k3rn31p4nic/discoIPC/badge.svg\n   :target: https://snyk.io/test/github/k3rn31p4nic/discoIPC\n.. |Say Thanks!| image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg\n   :target: https://saythanks.io/to/k3rn31p4nic\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamtraction%2Fdiscoipc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamtraction%2Fdiscoipc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamtraction%2Fdiscoipc/lists"}