how to send whatsapp message with python
pip install pywhatkit
import pywhatkit
pywhatkit.sendwhatmsg('+91 9807685671', 'SENDING MESSAGES USING PYWHATKIT', 6,06)
how to send whatsapp message with python
pip install pywhatkit
import pywhatkit
pywhatkit.sendwhatmsg('+91 9807685671', 'SENDING MESSAGES USING PYWHATKIT', 6,06)
sending whatsapp message using python
#install pywhatkit by using pip install pywhatkit command in
import pywhatkit
pywhatkit.sendwhatmsg(phone_number,Message,At_what_hour_to_send_this_message)
Python send WhatsApp message
from wappdriver import WhatsApp
with WhatsApp() as bot:
bot.send('Python', # name of recipient
'I love Python') # message
# or
import pywhatkit as kit
kit.sendwhatmsg("+49*********", "I love Python!", 18, 21)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us