-
Fast & Multi-threaded
-
Auto Retry on Rate-Limit
Install dependencies using:
pip install -r requirements.txt
-
Verify Python 3.x is installed:
python3 --version
-
If not installed:
sudo apt update sudo apt install python3 python3-pip
-
Install required libraries:
pip3 install requests user_agent colorama pystyle
python3 main.py
-
Webhook URL
-
Message to send
-
Username (optional)
-
Number of messages
-
Number of threads
-
Delay per message
- See success count and elapsed time in a nice formatted table.
-
Download and install Python from https://www.python.org/
-
During install, make sure to check
Add Python to PATH.
Verify installation:
python --version
Open cmd and run:
pip install requests user_agent colorama pystyle
python main.py
Provide:
-
Webhook URL
-
Message content
-
Optional username
-
Number of messages to send
-
Thread count
-
Delay between sends
Tool will display results including success count and time taken.
