{"id":16160842,"url":"https://github.com/kenny2github/discord-party","last_synced_at":"2025-04-07T02:46:18.206Z","repository":{"id":119865828,"uuid":"192331639","full_name":"Kenny2github/discord-party","owner":"Kenny2github","description":"Handle Discord Rich Presence party logic with ease.","archived":false,"fork":false,"pushed_at":"2019-06-18T08:09:32.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T07:46:40.008Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Kenny2github.png","metadata":{"files":{"readme":"README.rst","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":"2019-06-17T11:14:25.000Z","updated_at":"2019-06-18T08:09:33.000Z","dependencies_parsed_at":"2023-06-03T10:45:43.883Z","dependency_job_id":null,"html_url":"https://github.com/Kenny2github/discord-party","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"a0f7a79d90fc685fd526fb937dcd5c0e594ffd28"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny2github%2Fdiscord-party","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny2github%2Fdiscord-party/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny2github%2Fdiscord-party/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kenny2github%2Fdiscord-party/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kenny2github","download_url":"https://codeload.github.com/Kenny2github/discord-party/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247584060,"owners_count":20962071,"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":[],"created_at":"2024-10-10T02:04:52.560Z","updated_at":"2025-04-07T02:46:18.151Z","avatar_url":"https://github.com/Kenny2github.png","language":"Python","readme":"\nHandle Discord Rich Presence party logic with ease.\n\nExample Usage\n=============\n\n.. code-block:: python\n\n    from discord_party import Party\n    async def main():\n        RPC = Party(client_id)\n        await RPC.start()\n        RPC.state = 'Looking for Players'\n        RPC.id = #get a party ID your way\n        RPC.join = #party secret, cannot be party ID\n        RPC.size = 1\n        RPC.max = 4\n        await RPC #send these changes to Discord\n        def meanwhile():\n            #update the game window, this is called once every v seconds\n        secret = await RPC.wait_for_player_join(meanwhile, delay=0.5)\n        #join someone else's party with secret\n        #...\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenny2github%2Fdiscord-party","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenny2github%2Fdiscord-party","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenny2github%2Fdiscord-party/lists"}