faucet/README.md

1.1 KiB

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.