-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When sending Russian characters to WhatsApp group, empty spaces are sent #328
Comments
pywhatkit.sendwhatmsg_to_group_instantly |
Im having the same problem but to me it happens when im trying to write some brazilian portuguese letters such as : "ç". Like @Camporation Mentioned, it only happens when using pywhatkit.sendwhatmsg_to_group AND/OR sendwhats_image. But with sendwhatmsg_instantly it is working as intended. |
@ByteJoseph That works only if you're trying to send the message without the image attached to it, in that case, the message would be sent first and then the image, what i want to know is how to send the image and then a caption of the image WITH the special characters working as intended. |
i used only these two
דניאל גוגולב
054-7987141
טל. 02-6248073
***@***.***
רוידן מחשבים בע"מ
הרב מימון 2, ירושלים
נא לשלוח דואר לכתובת הבא
ת.ד. 1869 ירושלים 9101702
http://www.ravidan.co.il
…On Thu, 15 Aug 2024 at 05:35, Joseph ***@***.***> wrote:
I can 100% fix that.
where are the issues?
pywhatkit.sendwhatmsg_to_group_instantly
pywhatkit.sendwhatmsg_to_group
any other ?
—
Reply to this email directly, view it on GitHub
<#328 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG3HGNHJTDA4QTWUR54E53DZRQHWZAVCNFSM6AAAAABF3VQ2V6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJQGQYDENBQG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Description
def main():
pywhatkit.sendwhatmsg_to_group("group_id", "не работает", 3, 18, 30, True, 5) <- Doesn't send Russian letters, only English ones
# pywhatkit.sendwhatmsg_instantly("+77771234567", "работает", 20, True, 4) <- It works, sends Russian letters as well
Version Information
The text was updated successfully, but these errors were encountered: