{"id":18724385,"url":"https://github.com/anthonynguyen/pyrcon","last_synced_at":"2025-12-13T14:34:34.621Z","repository":{"id":11258653,"uuid":"13660240","full_name":"anthonynguyen/pyrcon","owner":"anthonynguyen","description":"A very simple RCON library","archived":false,"fork":false,"pushed_at":"2021-11-21T01:40:44.000Z","size":244,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-30T05:48:51.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/anthonynguyen.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}},"created_at":"2013-10-17T20:24:53.000Z","updated_at":"2025-09-30T22:30:38.000Z","dependencies_parsed_at":"2022-09-16T04:00:36.677Z","dependency_job_id":null,"html_url":"https://github.com/anthonynguyen/pyrcon","commit_stats":null,"previous_names":["clearskies/pyrcon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anthonynguyen/pyrcon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonynguyen%2Fpyrcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonynguyen%2Fpyrcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonynguyen%2Fpyrcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonynguyen%2Fpyrcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonynguyen","download_url":"https://codeload.github.com/anthonynguyen/pyrcon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonynguyen%2Fpyrcon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27707177,"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","status":"online","status_checked_at":"2025-12-13T02:00:09.769Z","response_time":147,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-07T14:06:23.822Z","updated_at":"2025-12-13T14:34:34.600Z","avatar_url":"https://github.com/anthonynguyen.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"pyrcon\n======\n\nA stupidly simple RCON library\n\nAbout\n-----\n\nYeah, just use it.\n\nTested on the following engines:\n * quake2.\n\nInstallation\n------------\n\n``python setup.py install``\n\nUsage\n-----\nGeneric\n\n.. code:: python\n\n    import pyrcon\n    conn = pyrcon.RConnection(\"example.com\", 123, \"password\")\n    conn.send(\"command\")\n\nQuake2\n\n.. code:: python\n\n    import pyrcon\n    conn = pyrcon.q2RConnection(\"example.com\", 27910, \"password\")\n    conn.status()\n\nTo use the webapi for q2:\n\n    Local\n    \n    1. Install bottle\n    2. Create/update a file called q2webapi.conf\n\n    .. code:: python\n        \n        [web]\n        host = 0.0.0.0\n        port = 80\n        \n        [q2]\n        host = 127.0.0.1\n        port = 27910\n        password = rconpassword\n\n    3. Run python bottleq2-local.py\n    \n    \n    Remote\n    \n    1. Install bottle\n    2. Run python bottleq2-remote.py\n\nLicense\n-------\nMIT licensed. See LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonynguyen%2Fpyrcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonynguyen%2Fpyrcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonynguyen%2Fpyrcon/lists"}