Skip to content

Files

Latest commit

 

History

History

Facebook Messenger Automation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.

Output Input Image input(facebook)

OutPut Image output(facebook)

output(facebook messenger)