You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AutomationScripts/Facebook Messenger Automation/README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
Title: Facebook Messenger Automation
2
2
3
-
Short description of package/script: Here we will send the message in messenger auotmatically.
4
-
5
-
3
+
Short description of package/script: Here we will send the message in messenger auotmatically.Here we just need to open messenger in browser and then run the program.
4
+
Here with use of pyautogui and time library we can send msg easily.
5
+
In the program the message is written which can be changed as per requirement and we can also specify the number of times message to be printed.
6
+
(We can also use this program for spamming but I don't suggest that.)
6
7
7
8
List out the libraries imported: pyautogui ,time
9
+
8
10
Setup instructions: First we need to open messenger in browser and then we have to open chat with targeted person to whom we need to send message and then run the program.
9
11
Here in the script we had written the message(this can be customised) that is to be send and here we can also specify the number of times the message to be sent(if we need to send message multiple times) .
0 commit comments