Botzillah: Zoom Meeting Bot
Botzillah is a Python-based bot designed to enhance Zoom meeting experiences by providing automated moderation and spam prevention.
- Spam Detection: Monitors chat messages and removes users who spam beyond a set threshold.
- Content Filtering: Filters inappropriate usernames and chat messages based on predefined words.
- Automatic Blacklisting: Adds disruptive users to a blacklist to prevent re-entry into meetings.
- Customizable: Easily configurable to add/remove blacklist entries and adjust moderation settings.
- Python 3.x installed on your system.
- Zoom API credentials (API Key and API Secret).
- Clone the repository:
git clone https://github.com/RefritoPR/Spam-Killer-Bot.git cd Spam-Killer-Bot