Scrapper.js is a selfbot-based tool that scans users in Discord voice channels and analyzes their data, such as usernames, badges, and channel members. It then sends the collected information to a specified Webhook.
🔹 Developer: @Gue1337
🔹 Repository: GitHub Repo
🔹 Language: JavaScript (Node.js)
✅ Scans users when they join a voice channel
✅ Analyzes user data, including badges and usernames
✅ Detects rare badges like Early Supporter and HypeSquad Events
✅ Identifies users with two-letter and three-letter usernames
✅ Sends results to a Discord Webhook
✅ Displays results in the console
✅ Runs via Discord Token without requiring a bot
✅ Simple and easy to use
Make sure you have the following before running the tool:
- Node.js (version 16 or later) → Download Node.js
- npm or yarn for package management
- A Discord account with Selfbot access (Your Discord Token is required)
git clone https://github.com/gue1337/discord-bot-scraper.git
cd discord-bot-scraper
npm install
Create a .env
file in the project folder and add the following:
DISCORD_TOKEN=your_discord_token
WEBHOOK_URL=your_webhook_url
✅ Replace `` with your Webhook URL (without quotation marks).
node scrapper.js
🔹 The tool will automatically start scanning users in voice channels. If it detects rare badges (Early Supporter, HypeSquad Events) or short usernames (2-3 characters), it will send the data to the configured Webhook.
🔹 This tool uses Selfbot, which may violate Discord's Terms of Service. Use at your own risk.
🔹 Do not use this tool for illegal or unethical activities.
🔹 The source code is open and can be modified as needed.
🔹 Developer: Gue1337
🔹 GitHub: @Gue1337
🔹 Project Repo: Discord Bot Scraper
🔹 Discord: fzrawy
This project is open-source under the MIT License, allowing free use and modification.
⭐ If you find this tool useful, consider starring the repository on GitHub!