We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f73821 commit 9305dbaCopy full SHA for 9305dba
whatsapp-spam/spam-bot.py
@@ -0,0 +1,11 @@
1
+import pyautogui
2
+import time
3
+
4
+count = 0
5
+pyautogui.click(10,5)
6
+while True:
7
+ pyautogui.FAILSAFE=True
8
+ pyautogui.write(f"Hey you there")
9
+ count +=1
10
+ pyautogui.press("ENTER")
11
+ time.sleep(1)
0 commit comments