Gavin ThoppilNov 23, 20201 min readSEND MESSAGE IN WHATSAPP USING PYTHON:STEP 1: TYPE "pip install pywhatkit"STEP 2: CODE>>import pywhatkit pywhatkit.sendwhatmsg('number of reciver','message',time(hr),time(min))important: time should be in 24 hr format eg: pywhatkit.sendwhatmsg('+918921974641','HI',17,38)
STEP 1: TYPE "pip install pywhatkit"STEP 2: CODE>>import pywhatkit pywhatkit.sendwhatmsg('number of reciver','message',time(hr),time(min))important: time should be in 24 hr format eg: pywhatkit.sendwhatmsg('+918921974641','HI',17,38)
Comments