Whatsapp Bot

 This is the code for the Whatsapp bot.

import pywhatkit
import pyautogui



pywhatkit.sendwhatmsg_to_group('Friends', 'Sending message form the code in Python', 18, 50)
pyautogui.locateOnScreen('Send.png')
Click('Send.png')



pywhatkit.sendwhatmsg('+919825327833', 'Pranam Daddy, Good Morning', 9, 3)
pyautogui.locateOnScreen('Send.png')
Click('Send.png')

if __name__ == '__main__':
pywhatkit.sendwhatmsg()


Enjoy Sending messages to anyone by setting up the time in the code and send message to anyone, anytime.

Enjoy!

Comment Me Your Suggestions

Comments