First install python library in your laptop
pip install pyautogui
import pyautogui as pg
import time
time.sleep(10)
for i in range(1000):
pg.write('call me')
pg.press('Enter')
Copy this code and Save this file as .py extension in laptop
Run this file
Then move to whatsapp desktop or web
click enter
Comments