Skip to content

Commit c961a64

Browse files
authored
Update facebook_messenger_automation.py
1 parent 65e2263 commit c961a64

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: AutomationScripts/Facebook Messenger Automation/facebook_messenger_automation.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
message = 5 #Here message variable stores the no. of times message prints
55
while message:
66
time.sleep(4)
7-
pyautogui.typewrite("Hello ,How are you?")
7+
pyautogui.typewrite("Hello ,How are you?"
8+
"What is your today's schedule , I want a meet with you?"
9+
"Please reply me as early as possible.")
810
time.sleep(2)
911
pyautogui.press('enter')
10-
12+

0 commit comments

Comments
 (0)