{"id":16798558,"url":"https://github.com/invlid/palworld-rcon","last_synced_at":"2025-10-12T05:08:47.410Z","repository":{"id":223097060,"uuid":"759300396","full_name":"invliD/palworld-rcon","owner":"invliD","description":"A golang library for interacting with Palworld RCON servers","archived":false,"fork":false,"pushed_at":"2024-02-18T18:31:54.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T14:16:13.485Z","etag":null,"topics":["library","palworld","palworld-rcon","rcon"],"latest_commit_sha":null,"homepage":"","language":"Go","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/invliD.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":"2024-02-18T07:44:32.000Z","updated_at":"2024-04-09T06:39:45.000Z","dependencies_parsed_at":"2024-02-18T09:26:40.334Z","dependency_job_id":"8a36dee3-3b2b-47be-83f6-061f5557fa74","html_url":"https://github.com/invliD/palworld-rcon","commit_stats":null,"previous_names":["invlid/palworld-rcon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invliD%2Fpalworld-rcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invliD%2Fpalworld-rcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invliD%2Fpalworld-rcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invliD%2Fpalworld-rcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/invliD","download_url":"https://codeload.github.com/invliD/palworld-rcon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243973683,"owners_count":20377217,"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":["library","palworld","palworld-rcon","rcon"],"created_at":"2024-10-13T09:26:03.711Z","updated_at":"2025-10-12T05:08:42.363Z","avatar_url":"https://github.com/invliD.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# palworld-rcon\n[![GitHub Build](https://github.com/invliD/palworld-rcon/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/invliD/palworld-rcon/actions)\n[![Go Report Card](https://goreportcard.com/badge/github.com/invliD/palworld-rcon)](https://goreportcard.com/report/github.com/invliD/palworld-rcon)\n[![Go Reference](https://pkg.go.dev/badge/github.com/invliD/palworld-rcon.svg)](https://pkg.go.dev/github.com/invliD/palworld-rcon)\n\n## Install\n```shell\ngo get github.com/invliD/palworld-rcon\n```\n\n## Usage\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\tpalworldrcon \"github.com/invliD/palworld-rcon\"\n)\n\nfunc main() {\n\tclient := palworldrcon.NewClient(\"127.0.0.1:25575\", \"password\")\n\tdefer client.Close()\n\n\tinfo, err := client.Info()\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tfmt.Printf(\"Connected to server '%s' running version %s!\\n\", info.ServerName, info.Version)\n}\n```\n\n## License\nMIT License, see [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvlid%2Fpalworld-rcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvlid%2Fpalworld-rcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvlid%2Fpalworld-rcon/lists"}