diff --git a/Whatsapp_bot.py b/Whatsapp_bot.py new file mode 100644 index 0000000..d4ce2c2 --- /dev/null +++ b/Whatsapp_bot.py @@ -0,0 +1,5 @@ +import pywhatkit +pywhatkit.sendwhatmsg('+91XXXXXXXXXX', 'hey!', 9, 30) +#pywhatkit.sendwhatmsg_instantly('+91XXXXXXXXXX', 'hi') +#pywhatkit.sendwhatmsg_to_group('https://chat.whatsapp.com/BEWqFvkxcUG0F8YtbUV7h5', 'hi', 11,53) +print("successful") \ No newline at end of file