{"id":44253886,"url":"https://github.com/TimShaw1/Among-Us-AI","last_synced_at":"2026-02-22T18:01:15.535Z","repository":{"id":156596275,"uuid":"586628964","full_name":"TimShaw1/Among-Us-AI","owner":"TimShaw1","description":"An AI that plays Among Us","archived":true,"fork":false,"pushed_at":"2024-06-21T14:35:30.000Z","size":2504,"stargazers_count":40,"open_issues_count":4,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-02-08T07:56:01.595Z","etag":null,"topics":["ai","among-us","among-us-script","modding-games"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/@Tim-Shaw","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/TimShaw1.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-08T19:46:53.000Z","updated_at":"2026-02-04T07:32:59.000Z","dependencies_parsed_at":"2023-09-24T03:10:13.917Z","dependency_job_id":"2227a8a5-765a-4e62-be84-62ff9af31c0b","html_url":"https://github.com/TimShaw1/Among-Us-AI","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/TimShaw1/Among-Us-AI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimShaw1%2FAmong-Us-AI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimShaw1%2FAmong-Us-AI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimShaw1%2FAmong-Us-AI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimShaw1%2FAmong-Us-AI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimShaw1","download_url":"https://codeload.github.com/TimShaw1/Among-Us-AI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimShaw1%2FAmong-Us-AI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29721045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai","among-us","among-us-script","modding-games"],"created_at":"2026-02-10T16:00:29.770Z","updated_at":"2026-02-22T18:01:15.529Z","avatar_url":"https://github.com/TimShaw1.png","language":"Python","funding_links":[],"categories":["Utility Mods"],"sub_categories":[],"readme":"# Behold: The Among Us AI!\n\n![2024-06-15_10-18-54](https://github.com/TimShaw1/Among-Us-AI/assets/70497517/a7892d57-0d94-45da-b4a5-1658bd4647f1)\n\nThe Among Us AI is a bot that I designed in python to play the popular social deduction game Among Us. \n\nHere's a video I made detailing the creation process: https://youtu.be/VF41pxxw9uw\n\n#### This bot is currently not functional due to updates made to the game. I'll take a look when I can\n\n## Features\n- Dynamic movement and intelligent task routing\n- Automated task solving\n- Full conversation capabilities powered by ChatGPT\n- Intelligent sabotages and Kills\n- Faking tasks\n- and lots of gaslighting\n\n## Setup Requirements\nVideo runthrough: https://youtu.be/N7ztLdSIjwQ\n\n0. Have python installed (I used python 3.9.2)\n1. Clone the repository and run the command `pip install -r requirements.txt`\n2. Download the latest release from [releases](https://github.com/TimShaw1/Among-Us-AI/releases/latest) (both the source code zip AND AmongUsAI-BepInEx)\n    - Extract the BepInEx zip file, then navigate in until you see the **BepInEx** folder (do **not** navigate into this folder)\n    - Select every file, then drag and drop into your Among Us directory (Usually `C:\\Program Files (x86)\\Steam\\steamapps\\common\\Among Us`)\n    - Also extract the source code and open it in VS Code\n3. Copy the path of your among us install folder and paste it in `sendDataDir.txt`\n    - Right click the folder name \"Among Us\" from the top bar and select \"Copy address as text\"\n4. Get an API key from your OpenAI account and paste it in a new file called `APIkey.txt`\n    - https://help.openai.com/en/articles/4936850-where-do-i-find-my-secret-api-key\n    - you'll need to set up a payment method as their API is not free!\n    - place the file in the same folder as `main.py`\n5. Hop into a game (make sure game is windowed) and run `main.py`!\n6. Press ` to stop the bot (you may need to press Ctrl+C in the command line to stop the script)\n\n## Recommendations\n- Install Among Us and this project on an SSD. The AI uses the disk to transfer data, so fast random read/write is important.\n- 8GB DDR4 RAM (again for fast data transfer)\n- Use Windows! The bot is untested on MacOS and Linux.\n- The bot uses your mouse and keyboard. To stop it, hold ` for 7 seconds. To forcibly stop it, press ctrl-alt-delete.\n- The game **must** be in windowed mode!\n\n## Upcoming Features\n- [ ] Support all maps (currently only Skeld and Polus are supported)\n- [ ] Full voice chat support using OpenAI whisper\n- [ ] Movement History\n- [ ] Improved Imposter logic\n- [ ] Venting\n\n## Known Issues\n- Optimizing route sometimes fails, so it walks further than normal\n- ~Tasks that save your progress fail if partway done~\n- If a meeting is called as reactor/oxygen is happening, the AI will go there after the meeting\n- Upload Data waits longer than it should. (Intentional: this prevents issues when the task lags)\n- ChatGPT weirdness\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTimShaw1%2FAmong-Us-AI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTimShaw1%2FAmong-Us-AI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTimShaw1%2FAmong-Us-AI/lists"}