https://github.com/ida64/captchabot
CaptchaBot: Anti-Spam and Raid Prevention Toolkit
https://github.com/ida64/captchabot
anti-spam discord
Last synced: 3 months ago
JSON representation
CaptchaBot: Anti-Spam and Raid Prevention Toolkit
- Host: GitHub
- URL: https://github.com/ida64/captchabot
- Owner: ida64
- Created: 2025-07-07T23:41:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T11:35:52.000Z (3 months ago)
- Last Synced: 2025-07-10T18:55:58.229Z (3 months ago)
- Topics: anti-spam, discord
- Language: Python
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CaptchaBot: Anti-Spam and Raid Protection for Discord

CaptchaBot is a Python-based Discord bot designed to prevent spam and raids by requiring new users to solve a captcha before gaining access to your server.
## Features
- Easy-to-use captcha verification for new members
- Customizable captcha prompts and messages
- Automatic role assignment upon successful verification
- Protection against automated spam and raid attacks
- Simple setup and configuration## Installation
1. Clone the repository:
```bash
git clone https://github.com/ida64/CaptchaBot.git
cd CaptchaBot
```
2. Install the required dependencies:
```bash
pip install -r requirements.txt
```
3. Perform the first run to generate the configuration file:
```bash
python main.py
```
4. Edit the `config.yaml` file to set your bot token guild specific settings.