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? :)
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!
Great Video man Thank you very much I was wondering if we were to deploy an application with this python package, how would this work? For example a Django or FastAPI application that uses this logic, would it even be possible or would it require a browser for it to work
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.
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
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.
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
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
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!
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? :)
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 ?
Nice tutorial, thanks for your help, is it possible to do this serveless using lambda for example?
How is this working ? Is there any limits ? From which number we are recieving the msg ?
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?
Great Video man
Thank you very much
I was wondering if we were to deploy an application with this python package, how would this work?
For example a Django or FastAPI application that uses this logic, would it even be possible or would it require a browser for it to work
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
Can it accept a list of contacts as an argument?
Will this method work, if we set up the time and shutdown the PC?
No
Congratulations nephew!👏👏👏
Can I put the date also in it?
Hi, I have a question can this work instead of groups to broadcast lists?
Can a recurring whatsapp poll on a group be automated?
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
Love your content. 😃
Is it possible to add lots of numbers and send the message at once?
same what I wnat
Such a helpful video
I would like to schedule it to run on a server, Is this way proper?
Task scheduler windows
Can I attach a picture in a boardcasts?
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?
What if we want to only send the message if they respond? How can we implement that?
Since a week, same codes that can work now doesn't work and , don't know why. Have any idea?
Thanks, but how Can i send a story using python ?
So useful, thanks a lot
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
Did you find out ?
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
Will the message be sent even when we shut down the system
How to send a lot of number form an axcel/database?
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
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.
can u automatically send to phone?
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 ?
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.
but its not sending automatically, still we have to click on send button
It only happens when you send a message to yourself
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
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
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)
send button need to be clicked manually help on this pls
What if i want it sends message without opening whatsapp web ?
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
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
Mine did not send the message after 15 seconds
Hi Sir, can you pls make video of Twitter storming?
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 do i cancel automated messages
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.
How can i get in touch with you
Check the email on my UA-cam channel
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?
time.sleep(wait_time - 7)
ValueError: sleep length must be non-negative
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
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!