A simple Python script that automates sending a message multiple times using PyAutoGUI.
Use responsibly. This script is for educational purposes only.
- Send a message multiple times.
- Randomized delay between messages.
- 10-second delay to select the chat window before sending.
- Handles manual stop using
Ctrl + C.
- Python 3.x
- PyAutoGUI
Install PyAutoGUI using pip:
pip install pyautogui