SEND MESSAGE IN WHATSAPP USING PYTHON:
- Gavin Thoppil
- Nov 23, 2020
- 1 min read
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)
Comentarios