Check me out on Twitch! https://twitch.tv/julescodes
A chatbot created in Python for Among Us shenanigans.
- Windows 7/8/10
- Npcap
NOTE: TTS only works when the Among Us game window is active.
Among Bots uses gTTS out of the box - no further setup is required. However, if you would like a smoother voice with more intonation (plus all-caps mode), you will need to set up GCP TTS:
- Create a GCP account.
- Create a GCP account key.
- Select
New Service Account
. - Enter a desired service account name and ID.
- For
Role
, selectProject > Owner
. - Leave key type as
JSON
and clickCreate
.
- Select
- Rename the downloaded credentials file to
creds.json
and save it in the same folder as the downloaded EXE. - Activate the TTS API.
- Google requests your billing info, though unless you're planning on submitting
>1MM chars/mth
, you shouldn't get billed.
- Google requests your billing info, though unless you're planning on submitting
Download Among.Bots.exe here.
This EXE is unsigned, so you'll need to dismiss security warnings to run the program.
Source code use, reproduction, and distribution rights are managed by the Apache License terms (see LICENSE
).
You are free to use or modify this bot for livestreams or on-demand video recordings, provided you provide attribution to my Twitch channel (JulesCodes) in the content of the video.
Thank you to the following people for providing various libraries that I leveraged to create this project!