All Projects → alpharaoh → Amongusbot

alpharaoh / Amongusbot

This is an Among Us Discord bot that auto mutes and unmutes players in certain situations, without anyone in the game needing to mute manually. This will make Among Us way more intense and doesn't break the immersion of the game having to mute all the time.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Amongusbot

Expo Crossy Road
🐥🚙 Crossy Road game clone made in Expo (iOS, Android, web), THREE.js, Tween, React Native. 🐔
Stars: ✭ 701 (+537.27%)
Mutual labels:  game, tutorial
Teleball
Build your own Arduino based retro handheld game console
Stars: ✭ 21 (-80.91%)
Mutual labels:  game, tutorial
Arshooter
A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Stars: ✭ 794 (+621.82%)
Mutual labels:  game, tutorial
Pillar Valley
👾A cross-platform video game built with Expo, three.js, and Firebase! 🎮🕹
Stars: ✭ 242 (+120%)
Mutual labels:  game, tutorial
Bytepath
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE.
Stars: ✭ 1,119 (+917.27%)
Mutual labels:  game, tutorial
Discord bot.py
🍺 A simple discord bot that helps you getting started within discord.py
Stars: ✭ 313 (+184.55%)
Mutual labels:  discord-bot, tutorial
Tic Tac Toe
An example tutorial built with git-tutor https://github.com/lesnitsky/git-tutor
Stars: ✭ 22 (-80%)
Mutual labels:  game, tutorial
Epicsurvivalgameseries
Third-person Survival Game for Unreal Engine 4 (Sample Project)
Stars: ✭ 2,389 (+2071.82%)
Mutual labels:  game, tutorial
Weixin Minigame Tutorial
Flappy Bird adaptation on Wechat Minigame using PhaserJS + English Wechat Minigames Tutorial
Stars: ✭ 56 (-49.09%)
Mutual labels:  game, tutorial
Sunset Cyberspace
🎮👾Retro-runner Game made in Expo, Three.js, OpenGL, WebGL, Tween. 🕹
Stars: ✭ 54 (-50.91%)
Mutual labels:  game, tutorial
Stealthgameudemy
C++ Stealth Game in Unreal Engine (Udemy Project)
Stars: ✭ 221 (+100.91%)
Mutual labels:  game, tutorial
Discordgsm
📺 Monitor your game servers on Discord and tracks the live data of your game servers. Also support one-click deployment to Heroku, self-hosted. Invite: https://discordgsm.com/invite
Stars: ✭ 74 (-32.73%)
Mutual labels:  discord-bot, game
Godot Kickstarter 2019
Create your Own Games with Godot, the Free Game Engine: sources from the January Kickstarter project from GDQuest
Stars: ✭ 194 (+76.36%)
Mutual labels:  game, tutorial
Pygame tutorials
Code to go along with lessons at http://kidscancode.org/lessons
Stars: ✭ 363 (+230%)
Mutual labels:  game, tutorial
Gridgarden
A game for learning CSS grid layout 🥕
Stars: ✭ 2,331 (+2019.09%)
Mutual labels:  game, tutorial
Syscrack
Virtual Online Crime Simulator (VOCS) written in PHP 7.0
Stars: ✭ 17 (-84.55%)
Mutual labels:  game, tutorial
Pacgo
A Pac Man clone written in Go (with emojis!)
Stars: ✭ 961 (+773.64%)
Mutual labels:  game, tutorial
Snake
🐍🎮 Snake game made with Expo & PIXI.js 👾 iOS, Android, and Web
Stars: ✭ 67 (-39.09%)
Mutual labels:  game, tutorial
Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-30.91%)
Mutual labels:  game, tutorial
Idlerpg
A fantasy RPG bot for Discord.
Stars: ✭ 108 (-1.82%)
Mutual labels:  discord-bot

Among Us Discord Bot

Join our discord server if you have any ideas, issues, or want early access to new updates and features! https://discord.gg/PVfewrM

THIS IS CURRENTLY DISCONTINUED - Please check out https://github.com/denverquane/amongusdiscord and their discord https://discord.gg/arQEK3U !

This is an Among Us Discord bot that auto mutes and unmutes players in certain situations, without anyone in the game needing to mute manually. This will make Among Us way more intense and doesn't break the immersion of the game having to mute all the time.

Installation and setup

Please bare with the setup of this process, it will take a moment so make sure to follow each step carefully.
Note: make sure you have python3 and pip3 already installed on your windows machine

  1. Download the Among Us Bot here
  2. Download the dependancies - go to your command prompt, navigate to your folder where you downloaded the AmongUsBot using "cd" command (Check this if you are stuck on this step)
  3. Type this into your cmd and wait for the download to finish
python3 -m pip install -r requirements.txt
  1. Go to https://discord.com/developers/applications and create a new application and add a new bot in the bot panel
  2. Navigate to the OAuth2 panel and in scopes, click bot. Then scroll down and choose "Mute members" and "Deafen members" as the permissions of the bot. Copy the link and paste it onto another tab and authorize this bot to your server
  3. Copy the bot token in the bot panel.
  4. Go to the config.py file and edit it. Change the discord_bot_token to your discord bot token e.g. (discord_bot_token = "XzUzMjgzODaddasfxMjAxMzAy.X1j8QQ.kGDZ54234123X2XQkQ_eUasdFSIzmI") and save it
  5. Run the start.bat file and wait for the bot to be ready. The screengrabbing will also start so dont be alarmed.
  6. To complete the setup, read the text below

Set up discord server

Currently the bot wont respond if you don't assign it a host (the bot will mute/unmute/deafen everyone in the same voice channel as the host)

  1. Make sure the bot has come online, you can type .ping in any chat on your server to check!
  2. Now type .host and you should be assigned as host.
  3. Thats it! Check out .help for more commands (I would recommend activating .ghostmode, its pretty fun)

NOTE: When a member dies, they must type .dead in discord so they will be muted until the end of the game. Also someone can instead type .kill @Discordname1 @Discordname2 instead so not everyone needs to type .dead

This video is outdated, but may help if your struggling with setting up the discord bot! Click the image below to watch the video! IMAGE ALT TEXT

Fixing errors

If the program is not quite picking up on some instances where, for example, it doesnt mute when voting has ended. Try and run test.py and use an image of when "voting ended" text appears and callibrate it using the settings in config.py to make sure the text fits nicely inside the smaller window.

If you get a tesseract error, open module_process.py and change pytesseract.pytesseract.tesseract_cmd = r"C:\Users\USER\AppData\Local\Tesseract-OCR\tesseract.exe" to pytesseract.pytesseract.tesseract_cmd = r"C:\Program Files\Tesseract-OCR\tesseract.exe" to r"C:\Users\USER\AppData\Local\Tesseract-OCR\tesseract.exe", changing USER to your computer name, of course

If you are getting a connection error, try change 'address = "127.0.0.1"' to either "0.0.0.0" or "localhost"

If you are getting a Discord SSL Certificate error, install this certificate: https://crt.sh/?d=2835394

Dev note

Thanks for everyone that was interested in my project. Although I didn't expect it to blow up (and cause so much issues for people haha). Nonetheless thank you. This has spawned alot a discussion and some amazing people over at https://discord.gg/arQEK3Uare are brewing up a way better and intuitive bot that looks extrememly promising!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].