You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling kit.sendwhatmsg_instantly() opens a web page that asks to pair it with WhatsApp on my phone.
Doing this actually breaks the pairing I already had between WhatsApp on Windows and WhatsApp on my Android phone.
And nothing is sent.
To Reproduce
import pywhatkit as kit
kit.sendwhatmsg_instantly("+33[my phone number]", "Test message")
Screenshots
If applicable, add Screenshots to help explain your Problem
Version Information
OS: Windows 11, all Windows Updates up-to-date
Browser: Google Chrome, also up-to-date
Python: 3.11.2
PyWhatKit: incoherent:
C:\JFL\Temp>pip show pywhatkit
Name: pywhatkit
Version: 5.4
Summary: PyWhatKit is a Simple and Powerful WhatsApp Automation Library with many useful Features
Home-page: https://github.com/Ankit404butfound/PyWhatKit
Author: Ankit Raj Mahapatra
Author-email: [email protected]
License: MIT
Location: C:\Users\Larvoire\AppData\Local\Programs\Python\Python311\Lib\site-packages
Requires: Flask, Pillow, pyautogui, requests, wikipedia
Required-by:
C:\JFL\Temp>py
Python 3.11.2 (tags/v3.11.2:878ead1, Feb 7 2023, 16:38:35) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pywhatkit as kit
>>> kit.__VERSION__
'Version 5.3 (Stable)'
>>> quit()
C:\JFL\Temp>
The text was updated successfully, but these errors were encountered:
Description
Calling kit.sendwhatmsg_instantly() opens a web page that asks to pair it with WhatsApp on my phone.
Doing this actually breaks the pairing I already had between WhatsApp on Windows and WhatsApp on my Android phone.
And nothing is sent.
To Reproduce
import pywhatkit as kit
kit.sendwhatmsg_instantly("+33[my phone number]", "Test message")
Screenshots
If applicable, add Screenshots to help explain your Problem
Version Information
The text was updated successfully, but these errors were encountered: