{"id":13696377,"url":"https://github.com/spezifanta/SourceWatch","last_synced_at":"2025-05-03T17:30:55.034Z","repository":{"id":138836196,"uuid":"152316678","full_name":"spezifanta/SourceWatch","owner":"spezifanta","description":"Python implementation of Valve's GoldSrc and Source server query protocol.","archived":false,"fork":false,"pushed_at":"2024-01-06T20:08:47.000Z","size":127,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-13T00:32:43.517Z","etag":null,"topics":["gameserver","goldsrc","steam","valve"],"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/spezifanta.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":"2018-10-09T20:28:27.000Z","updated_at":"2024-06-13T01:08:05.000Z","dependencies_parsed_at":"2024-11-13T00:45:28.433Z","dependency_job_id":null,"html_url":"https://github.com/spezifanta/SourceWatch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spezifanta%2FSourceWatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spezifanta%2FSourceWatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spezifanta%2FSourceWatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spezifanta%2FSourceWatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spezifanta","download_url":"https://codeload.github.com/spezifanta/SourceWatch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252226639,"owners_count":21714835,"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":["gameserver","goldsrc","steam","valve"],"created_at":"2024-08-02T18:00:38.997Z","updated_at":"2025-05-03T17:30:54.805Z","avatar_url":"https://github.com/spezifanta.png","language":"Python","funding_links":[],"categories":["Gaming"],"sub_categories":["GoldSrc / Source - Web tools"],"readme":"# SourceWatch\n\nPython 3 MIT library to query information from Valve's Goldsrc and Source servers.\nA full implementation of http://developer.valvesoftware.com/wiki/Server_Queries\n\n## Usage\n\n```\nimport SourceWatch\n\nserver = SourceWatch.Query('steamcalculator.com', 27015)\nprint(server.ping())\nprint(server.info())\nprint(server.players())\nprint(server.rules())\n\n```\n\nInfo output:\n\n```\n{\n  \"info\": {\n    \"game_app_id\": 70,\n    \"game_description\": \"Half-Life\",\n    \"game_directory\": \"valve\",\n    \"game_map\": \"crossfire\",\n    \"game_version\": \"1.1.2.2/Stdio\",\n    \"players_bot\": 0,\n    \"players_current\": 0,\n    \"players_human\": 0,\n    \"players_max\": 12,\n    \"server_name\": \"SteamCalculator.com #1 HLDM\",\n    \"server_os\": \"l\",\n    \"server_password_protected\": 0,\n    \"server_port\": 27015,\n    \"server_protocol_version\": 48,\n    \"server_steam_id\": 90119214309364746,\n    \"server_type\": \"d\",\n    \"server_vac_secured\": 1\n  }\n}\n```\n\n### Credits\n Andreas Klauer \u003cAndreas.Klauer@metamorpher.de\u003e\n This project is a fork of https://github.com/frostschutz/SourceLib\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspezifanta%2FSourceWatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspezifanta%2FSourceWatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspezifanta%2FSourceWatch/lists"}