Love your content. I started coding a week ago and your videos are crazy good explained, so also a noob coder can understand it. Thank you so much! Could you make a video about how i can get information from google calendar api? :)
Hey, I want to send premade voice messge on whatsapp like quick response on business whatsapp but we can only do text and not voice. Hope you'll have the answer
thank you so much, I was thinking the group ID was the name of the group... unfortunately it seems pywhatkit doesn't type characters from outside the English language, not sure how I'll continue, maybe I'll transform the message into an image
Hey! Is it possible to have this code run every day for a month, automatically? For example, I want it to send a message every day at 9am for a month. Thank you!
Sure. This week I’ve just done that but with Selenium. Anyway the approach might still help you. First, you have to convert the py file to exe and then use the task scheduler (windows) or crontab (macOS) to schedule the exe to be run every morning at 9am. There’s a video to convert py to exe in this channel and I have a guide on medium to work with task scheduler/crontab. Btw, for this to work you have to slightly modify the script shown in this video.
Hello, I hope this message finds you well. I was wondering if there is a way to automate broadcast lists in WhatsApp. I am interested in streamlining the process of sending messages to multiple recipients efficiently. If you have any insights or suggestions on how to achieve this, I would greatly appreciate your assistance. Thank you for your time and consideration.
The message embedded in the code, put on the text field in whatsapp app but not sent, it is a bug probably, there is a widespread problem but no solution in the video, Frank Andrade you ommited an important part!
Hi! When I'm trying to send a message composed of more that one word, as for example "Geeks For Geeks!", it's sending something like "Geeks%20For%20Geeks%21". Do you know why that's happening? I'm using MacBook, I don't know if that matters. Thanks!
Bro, could u release video on how to send attachment through whatsapp using python . This is the request, It would be so much useful for manyone, please consider this as a request.
This library is such a mess. Sometimes, it sends message sometimes don't. Specially in 3.12, msg wont be deliverd untill you install another library and write an extra line of code to deliver it. Although, many times it doesn't work.
It happened the same to me in macOS. You have to give permission to the terminal on accessibility. For more details, check the guide in the description
Great bro, thanks You are awesome but just solve my one problem - I want to send a single message to bulk (millions) WhatsApp users without adding them to my contacts. I have stored users' phone numbers in bulk in excel and notepad. Please help me, brother.
@@ThePyCoach the script open WhatsApp and writes messagge but does not send it. I read that the problem is permission. I have Linux Ubuntu 20.0. can you Say me how resolve this question?
I tried launching on Vscode but cant seem to install pywhatkit, then proceeded to jupyter notebook and when calling pywhatkit.sendwhatmsg(xxx) it shows an error not defined?
In this guide, you can check the steps to get the group ID: medium.com/p/d64cf0de4539
Came here from Medium. Thank you for all your resources
Love your content. I started coding a week ago and your videos are crazy good explained, so also a noob coder can understand it. Thank you so much!
Could you make a video about how i can get information from google calendar api? :)
Nice tutorial, thanks for your help, is it possible to do this serveless using lambda for example?
it seems like it's not working, it types the message but sadly doesn't send it
Same to me
Same
Same problem
I use a combination of pywhatkit and pytogui.
@@rafiali7315
Send me your code
Is there a way to read or get the content of an incoming message? or the content of a group? i want to automate something
Think what I want to send messages to many persons and I put that in a for.
how can I send messages but without what open browser more of once?
You made such an important video, thank you so much !
Would it be possible to send the same message one shot but to several persons individually ?
Hi, I have a question can this work instead of groups to broadcast lists?
Will this method work, if we set up the time and shutdown the PC?
No
Hey, I want to send premade voice messge on whatsapp like quick response on business whatsapp but we can only do text and not voice. Hope you'll have the answer
Can it accept a list of contacts as an argument?
How is this working ? Is there any limits ? From which number we are recieving the msg ?
Can a recurring whatsapp poll on a group be automated?
thank you so much, I was thinking the group ID was the name of the group... unfortunately it seems pywhatkit doesn't type characters from outside the English language, not sure how I'll continue, maybe I'll transform the message into an image
How to send a lot of number form an axcel/database?
Congratulations nephew!👏👏👏
Is it possible to add lots of numbers and send the message at once?
same what I wnat
Hey! Is it possible to have this code run every day for a month, automatically? For example, I want it to send a message every day at 9am for a month. Thank you!
Same query...following
Sure. This week I’ve just done that but with Selenium. Anyway the approach might still help you.
First, you have to convert the py file to exe and then use the task scheduler (windows) or crontab (macOS) to schedule the exe to be run every morning at 9am. There’s a video to convert py to exe in this channel and I have a guide on medium to work with task scheduler/crontab.
Btw, for this to work you have to slightly modify the script shown in this video.
@@ThePyCoach I appreciate your dedication level sir
Hello,
I hope this message finds you well. I was wondering if there is a way to automate broadcast lists in WhatsApp. I am interested in streamlining the process of sending messages to multiple recipients efficiently. If you have any insights or suggestions on how to achieve this, I would greatly appreciate your assistance.
Thank you for your time and consideration.
Estoy buscando lo mismo. Soy vendedor y necesito enviar mensajes a muchos contactos
The message embedded in the code, put on the text field in whatsapp app but not sent, it is a bug probably, there is a widespread problem but no solution in the video, Frank Andrade you ommited an important part!
did you figure it out?
What if we want to only send the message if they respond? How can we implement that?
Can I attach a picture in a boardcasts?
Can I put the date also in it?
Such a helpful video
I would like to schedule it to run on a server, Is this way proper?
Task scheduler windows
Love your content. 😃
Since a week, same codes that can work now doesn't work and , don't know why. Have any idea?
Hi! When I'm trying to send a message composed of more that one word, as for example "Geeks For Geeks!", it's sending something like "Geeks%20For%20Geeks%21". Do you know why that's happening? I'm using MacBook, I don't know if that matters. Thanks!
%20 is space ascii key. Try to decode it.
@@sg8nj how to decode it brother. give me snippet
I tried to install pywhatkit in the terminal but it returned me this message: "bash: pip: command not found" What can I do to solve this problem ?
Thanks, but how Can i send a story using python ?
Excellent video, but I couldn't understand where should I paste this (Visual Studio or Python IDE or somewhere else), can you explain?
You can use any text editor or IDE for this tutorial (I'm using Pycharm btw)
why seconds is 68084 at my program???
Because if you start at the same moment of minute or hour you set, it cont 1 day
Bro can you write to me the fixed code?@@jeanpaul7631
can u automatically send to phone?
send button need to be clicked manually help on this pls
but its not sending automatically, still we have to click on send button
It only happens when you send a message to yourself
Will the message be sent even when we shut down the system
So useful, thanks a lot
Hi Sir, can you pls make video of Twitter storming?
Bro, could u release video on how to send attachment through whatsapp using python . This is the request, It would be so much useful for manyone, please consider this as a request.
What if i want it sends message without opening whatsapp web ?
This library is such a mess.
Sometimes, it sends message sometimes don't.
Specially in 3.12, msg wont be deliverd untill you install another library and write an extra line of code to deliver it. Although, many times it doesn't work.
It did not work for me
It opens up webwhatsap and goes to the chat, writes the message but does not send it
It happened the same to me in macOS. You have to give permission to the terminal on accessibility. For more details, check the guide in the description
how do i cancel automated messages
For me, it just opens my WhatsApp in the browser with the message already written but it doesn't send automatically.
same here
I had the same issue but only when I sent a message to myself
How can i get in touch with you
Check the email on my TH-cam channel
Mine did not send the message after 15 seconds
Great bro, thanks You are awesome but just solve my one problem - I want to send a single message to bulk (millions) WhatsApp users without adding them to my contacts. I have stored users' phone numbers in bulk in excel and notepad. Please help me, brother.
is this legal?
😃👊👏👏👏👏
Please answer me
Answer which question? 🤔
@@ThePyCoach the script open WhatsApp and writes messagge but does not send it. I read that the problem is permission. I have Linux Ubuntu 20.0. can you Say me how resolve this question?
I tried launching on Vscode but cant seem to install pywhatkit, then proceeded to jupyter notebook and when calling pywhatkit.sendwhatmsg(xxx) it shows an error not defined?
The IDE/text editor shouldn’t influence the installation of a library. Try installing it with pip on a new virtual environment
time.sleep(wait_time - 7)
ValueError: sleep length must be non-negative
Can anyone help me fix it. It doesn't sent instantly
In 43091 Seconds WhatsApp will open and after 15 Seconds Message will be Delivered!