Whatsapp Bot
Perform Operation like
- Put your details
- connect with internet
- Pass your message
Input:
import pywhatkit
from datetime import datetime
now = datetime.now()
chour = now.strftime("%H")
mobile = input('Enter Mobile No of Receiver : ')
message = input('Enter Message you wanna send : ')
hour = int(input('Enter hour : '))
minute = int(input('Enter minute : '))
pywhatkit.sendwhatmsg(mobile,message,hour,minute)
Output :
0 Comments:
Post a Comment