Skip to content

Commit 8c76d00

Browse files
authored
Update README.md
1 parent c961a64 commit 8c76d00

File tree

1 file changed

+5
-3
lines changed
  • AutomationScripts/Facebook Messenger Automation

1 file changed

+5
-3
lines changed

Diff for: AutomationScripts/Facebook Messenger Automation/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Title: Facebook Messenger Automation
22

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.)
67

78
List out the libraries imported: pyautogui ,time
9+
810
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.
911
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) .
1012

0 commit comments

Comments
 (0)