{"id":13961808,"url":"https://github.com/edqx/amongus-protocol","last_synced_at":"2025-07-21T06:31:51.340Z","repository":{"id":55153774,"uuid":"304000318","full_name":"edqx/amongus-protocol","owner":"edqx","description":"An implementation of the Among Us protocol in typescript.","archived":true,"fork":false,"pushed_at":"2021-02-12T11:14:29.000Z","size":1121,"stargazers_count":55,"open_issues_count":5,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-15T13:10:39.887Z","etag":null,"topics":["among-us","amongus","implementation","protocol","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/edqx.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}},"created_at":"2020-10-14T11:56:05.000Z","updated_at":"2023-10-24T08:42:14.000Z","dependencies_parsed_at":"2022-08-14T13:40:33.866Z","dependency_job_id":null,"html_url":"https://github.com/edqx/amongus-protocol","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edqx/amongus-protocol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edqx%2Famongus-protocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edqx%2Famongus-protocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edqx%2Famongus-protocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edqx%2Famongus-protocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edqx","download_url":"https://codeload.github.com/edqx/amongus-protocol/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edqx%2Famongus-protocol/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266253582,"owners_count":23900052,"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":["among-us","amongus","implementation","protocol","typescript"],"created_at":"2024-08-08T17:01:28.187Z","updated_at":"2025-07-21T06:31:46.318Z","avatar_url":"https://github.com/edqx.png","language":"TypeScript","readme":"# AmongUs-Protocol\r\n\r\nThis project is discontinued, please see [SkeldJS/SkeldJS](https://github.com/skeldjs/SkeldJS) for more updates.\r\n\r\n![Alt text](asset/logo.png \"Amongus Protocol\")\r\n\r\nSee the [wiki](https://github.com/edqx/amongus-protocol/wiki) for more information on the protocol.\r\n\r\nDocumentation is available for preview at http://weakeyes.dev/amongus-protocol/\r\n\r\nAn implementation of the Among Us protocol made in Typescript\r\n* Lightweight, 0 external dependencies.\r\n* Comprehensive coverage of the Among Us protocol.\r\n* Features full object and component system.\r\n* Easy to install \u0026 use.\r\n\r\nData gathered from\r\n* https://wiki.weewoo.net/wiki/\r\n* https://github.com/alexis-evelyn/Among-Us-Protocol/wiki\r\n* [Wireshark](https://www.wireshark.org/)\r\n* [IDA](https://www.hex-rays.com/products/ida/)\r\n* [Il2CppDumper](https://github.com/Perfare/Il2CppDumper)\r\n* Impostor Discord server\r\n* Helpful members\r\n\r\n## Install\r\nWith NPM:\r\n`npm install --save amongus-protocol`\r\n\r\nOr clone with Git:\r\n`git clone https://github.com/edqx/amongus-protocol`\r\n\r\n## Example\r\n```ts\r\nimport {\r\n    AmongusClient,\r\n    MasterServers,\r\n    ColourID,\r\n    HatID,\r\n} from \"amongus-protocol\"\r\n\r\nconst server = MasterServers.EU[0];\r\n\r\nconst client = new AmongusClient({\r\n    debug: false\r\n});\r\n\r\nawait client.connect(server[0], server[1], \"weakeyes\");\r\n\r\nconst game = await client.join(process.argv[2]);\r\n\r\ngame.me.on(\"spawn\", () =\u003e {\r\n    game.me.setName(\"weakeyes\");\r\n    game.me.setColour(ColourID.Black);\r\n    game.me.setHat(HatID.Plague);\r\n});\r\n```\r\n\r\n## Notes\r\nRecommended node: v14+\r\nRecommended TS: 4.0+\r\n\r\nThis repository is licensed under the MIT license, I am not responsible for anything you do using this library.\r\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedqx%2Famongus-protocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedqx%2Famongus-protocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedqx%2Famongus-protocol/lists"}