Skip to content

showetek/Status-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status-Bot

Description and Disclaimer

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!

Hosting

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

Key Features

  • Discord-Bot using the modern Python API wrapper Discord.py

    • Python API using async and await
    • Optimised in both speed and memory
  • 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

Installing

Python 3.5.3 or higher is required

To install the bot just follow these four simple steps:

  1. Download this repositorie using git clone https://github.com/showetek/Status-Bot.git
  2. 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
  1. Insert your bot token into the file 'token' and make sure that your bot has SERVER MEMBERS INTENT privileges
  2. Run the bot using:
# Linux/macOS
python3 bot.py

# Windows
py -3 bot.py

Currently developed by:

Copyright and license

Copyright (c) 2021, Torben Heine

This project is licensed under the GNU General Public License v3.0

Libraries

The following external libraries are used further in the code:

API wrapper:

Current version and Info

@version     0.1.5 PRE-RELEASE
@build       Passing

About

A bot for Discord that adds the status functions of BigBlueButton

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages