{"id":23446570,"url":"https://github.com/abcxff/wormax-client","last_synced_at":"2025-04-10T00:50:39.925Z","repository":{"id":116517258,"uuid":"342458950","full_name":"abcxff/wormax-client","owner":"abcxff","description":"Incomplete interface to interact with wormax.io api and game servers","archived":false,"fork":false,"pushed_at":"2021-04-06T14:56:35.000Z","size":44,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T00:50:36.441Z","etag":null,"topics":["api","headless","websocket","wormax"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abcxff.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":"2021-02-26T04:07:00.000Z","updated_at":"2023-06-29T05:00:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4741bdd-2420-445e-bd90-50d963e2040b","html_url":"https://github.com/abcxff/wormax-client","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/abcxff%2Fwormax-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcxff%2Fwormax-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcxff%2Fwormax-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abcxff%2Fwormax-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abcxff","download_url":"https://codeload.github.com/abcxff/wormax-client/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137998,"owners_count":21053775,"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":["api","headless","websocket","wormax"],"created_at":"2024-12-23T20:36:12.051Z","updated_at":"2025-04-10T00:50:39.431Z","avatar_url":"https://github.com/abcxff.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wormax-client\nIncomplete interface to interact with [wormax](https://wormax.io) api and game servers\n\n### Contributions\n\nThis project is no longer being maintained. If you make any advancements in reversing the wormax client or find bugs, pull requests and issues are welcome\n\n\n### Example Usage:\n\n```js\n\nconst SocketClient = require('./socket')\nconst APIClient = require('./api');\n\nconst client = new APIClient('default', { lang: 'en', party: '' })\n\nclient.recieveInitCookies()\n  .then(() =\u003e client.getServersByRegion('US'))\n  .then((servers) =\u003e client.getSpawnData(servers[0].key, 'LB Bot'))\n  .then((data) =\u003e {\n    const ws = new SocketClient(data, client.cookies);\n\n    ws.once('accept', () =\u003e {\n      ws.enter();\n\n      ws.once('leaderboard', (data) =\u003e {\n        console.log('Retrieved Leaderboard', data)\n        ws.close();\n      })\n    });\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabcxff%2Fwormax-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabcxff%2Fwormax-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabcxff%2Fwormax-client/lists"}