Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.98 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.98 KB

Among Us Chatbot

Check me out on Twitch! https://twitch.tv/julescodes

A chatbot created in Python for Among Us shenanigans.

Prerequisites

Optional: Using GCP Text To Speech (TTS)

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:

  1. Create a GCP account.
  2. Create a GCP account key.
    • Select New Service Account.
    • Enter a desired service account name and ID.
    • For Role, select Project > Owner.
    • Leave key type as JSON and click Create.
  3. Rename the downloaded credentials file to creds.json and save it in the same folder as the downloaded EXE.
  4. Activate the TTS API.
    • Google requests your billing info, though unless you're planning on submitting >1MM chars/mth, you shouldn't get billed.

Install and Run

Download Among.Bots.exe here.

This EXE is unsigned, so you'll need to dismiss security warnings to run the program.

Usage and Copyright

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.

Credits

Thank you to the following people for providing various libraries that I leveraged to create this project!