discord selfbot for automatically leaking messages from servers
Find a file
2025-06-08 22:44:44 +03:00
cogs dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
utils dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
.env.example dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
.gitignore dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
config.toml.example dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
config_specification.json dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
image.png dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
LICENSE dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
log.py dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
main.py dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
README.md dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
requirements.txt dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
test_toml_config.py dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00
TOML_CONFIG.md dont even know if it works lol didnt even test it 2025-06-08 22:44:44 +03:00

Faucet

Discord selfbot for automatically leaking messages from servers.

Most of the code is skidded from Selfbot V2.

Setup

  1. Python 3.8 or higher is required
  2. Install virtualenv if you haven't already:
pip install venv

Installation

  1. Clone the repository:
git clone https://git.xargana.tr/glitchy/selfbot.git
cd selfbot
  1. Create and activate a virtual environment:
# Windows
python -m venv venv
venv\Scripts\activate

# Linux/macOS
python3 -m venv venv
source venv/bin/activate
  1. Install the required packages:
pip install -r requirements.txt
  1. Edit config.toml with your preferred settings and add your Discord bot token. If you have an existing config.json file, it will be automatically migrated to TOML format when you first run the bot.

Running the Bot

  1. Start the bot:
python main.py

The bot should now be running and connected to Discord. You can verify this by checking the console output for the login confirmation message, or by doing .help in any channel.