PyWhatKit
PyWhatKit copied to clipboard
Send WhatsApp message at certain time and many other things.
## Description Under the subtitle "What's new in v5.3?" of the main wiki, the following code is stated: import pywahtkit this trows errors in python as the module is not...
Hello I was wondering if there is a way to check if a message was delivered correctly, I tried to send a message and disconnect from the internet to see...
## Related Problem I hooked PyWhatKit up to a little webscraper of mine but it typed the messages really slow in WhatsApp Web. It would take upwards of 3 minutes...
## Description A Clear and Concise Description of the Bug ## To Reproduce Steps to Reproduce the Bug ``` python what.py In 70527 Seconds WhatsApp will open and after 15...
Traceback (most recent call last): File "D:\pythonProject\main.py", line 1, in import pywhatkit as pwt File "D:\pythonProject\venv\lib\site-packages\pywhatkit\__init__.py", line 16, in from pywhatkit.whats import ( File "D:\pythonProject\venv\lib\site-packages\pywhatkit\whats.py", line 9, in from pywhatkit.core...
Hi, I was recently trying to use this library but found that the instant version of the `sendwhatmsg` function didn't seem to work. It would type in the message in...
## Description I would request you to please change the sleep time in source code so that everyone downloading the library doesn't faces the same issue. A Clear and Concise...
## Related Problem A Clear and Concise Description of what the Problem is ## Feature Description A Clear and Concise Description of the Feature
I think it would be better if a new web whatsapp tab does not open every time a message needs to be sent. Instead, in the same tab, find the...
How about making a function called sendMultipleMsgs which loops through a list of messages to be sent? Something like ["Hello", "How are you??", "Everything fine??"] sent as three different messages...