From c87ca1eb1786a86b5e402921b230765c5dbf56a8 Mon Sep 17 00:00:00 2001 From: Zedoman <91881492+Zedoman@users.noreply.github.com> Date: Wed, 7 Jun 2023 23:49:00 +0530 Subject: [PATCH] Added whatsapp bot --- Whatsapp_bot.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Whatsapp_bot.py 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