A bot for Discord that adds the status functions of BigBlueButton.
This version is still a PRE-RELEASE and probably not quit ready for production as for instance the bot doesn't check for permissions on some hard cmds like the bulk(clear) command.
Use at your own risk!
If you dont have the resources to host this bot on your own, you can add the bot to your Discord server using this link:
Add this bot to my Discord server
-
Discord-Bot using the modern Python API wrapper Discord.py
- Python API using
asyncandawait - Optimised in both speed and memory
- Python API using
-
Cross platform: Windows, Mac and Linux
-
Adds functionality to set your status via nickname to:
- raising hand ✋
- thumbs up 👍
- thumbs down 👎
Note: to see the full command list click here
-
also functions to reset your status, everyones status and bulking messages
Python 3.5.3 or higher is required
To install the bot just follow these four simple steps:
- Download this repositorie using
git clone https://github.com/showetek/Status-Bot.git - Install the required libraries using:
# Linux/macOS
python3 -m pip install -U -r requirments.txt
# Windows
py -3 -m pip install -U -r requirments.txt- Insert your bot token into the file 'token' and make sure that your bot has
SERVER MEMBERS INTENTprivileges - Run the bot using:
# Linux/macOS
python3 bot.py
# Windows
py -3 bot.pyCopyright (c) 2021, Torben Heine
This project is licensed under the GNU General Public License v3.0
The following external libraries are used further in the code:
@version 0.1.5 PRE-RELEASE
@build Passing