Title: Facebook Messenger Automation
Introduction: Here we will automate message with help of python script.
This will have all the details about your Project Third-Party Libraries Required : All library required before running the script: pyautogui ,time
How to install the above Library pip install time pip install PyAutoGUI
How to use it : 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. Here in the scipt the message(it can be customised as per requirement) is written which is to be sent and the number of time the message to be sent if we need to send multiple time.