No video

Automate WhatsApp Messages with Python in 3 Steps

  Рет қаралды 82,433

The PyCoach

The PyCoach

Күн бұрын

Пікірлер: 74
@ThePyCoach
@ThePyCoach 2 жыл бұрын
In this guide, you can check the steps to get the group ID: medium.com/p/d64cf0de4539
@ri_etta
@ri_etta 2 жыл бұрын
Came here from Medium. Thank you for all your resources
@melodicbooking1944
@melodicbooking1944 2 жыл бұрын
it seems like it's not working, it types the message but sadly doesn't send it
@raphaelbonillo2192
@raphaelbonillo2192 5 ай бұрын
Same to me
@chandrangshusarkar6070
@chandrangshusarkar6070 5 ай бұрын
Same
@rafiali7315
@rafiali7315 5 ай бұрын
Same problem
@ashfaqashraf2346
@ashfaqashraf2346 4 ай бұрын
I use a combination of pywhatkit and pytogui.
@timwhite2225
@timwhite2225 2 жыл бұрын
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? :)
@abdul-azeez-v
@abdul-azeez-v 11 ай бұрын
How is this working ? Is there any limits ? From which number we are recieving the msg ?
@jero9824
@jero9824 Жыл бұрын
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 ?
@pkleiz
@pkleiz 7 ай бұрын
Nice tutorial, thanks for your help, is it possible to do this serveless using lambda for example?
@ajbssb
@ajbssb Жыл бұрын
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
@bmc_
@bmc_ Ай бұрын
What if we want to only send the message if they respond? How can we implement that?
@kwakugyabaah6335
@kwakugyabaah6335 Ай бұрын
Can it accept a list of contacts as an argument?
@muratbaykal6550
@muratbaykal6550 2 жыл бұрын
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!
@deeptanshusankhwar646
@deeptanshusankhwar646 2 ай бұрын
did you figure it out?
@Mastery-nv9yd
@Mastery-nv9yd 2 ай бұрын
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
@jonathanduran5502
@jonathanduran5502 Жыл бұрын
Hi, I have a question can this work instead of groups to broadcast lists?
@codeanddesignswithayel8708
@codeanddesignswithayel8708 Жыл бұрын
but its not sending automatically, still we have to click on send button
@mauriciosolis6589
@mauriciosolis6589 11 ай бұрын
It only happens when you send a message to yourself
@soysergiodev23
@soysergiodev23 10 ай бұрын
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?
@oncuozgonul
@oncuozgonul 7 ай бұрын
Since a week, same codes that can work now doesn't work and , don't know why. Have any idea?
@jubjub388
@jubjub388 2 жыл бұрын
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!
@aboutturn
@aboutturn 2 жыл бұрын
Same query...following
@ThePyCoach
@ThePyCoach 2 жыл бұрын
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.
@rishavraj1258
@rishavraj1258 2 жыл бұрын
@@ThePyCoach I appreciate your dedication level sir
@MuhammadAli666
@MuhammadAli666 2 жыл бұрын
Love your content. 😃
@sagegamingevents4496
@sagegamingevents4496 2 жыл бұрын
Is it possible to add lots of numbers and send the message at once?
@thelionwithin7848
@thelionwithin7848 2 ай бұрын
same what I wnat
@dilmerpalomino4895
@dilmerpalomino4895 10 ай бұрын
Congratulations nephew!👏👏👏
@hrshsawant63
@hrshsawant63 4 ай бұрын
Can a recurring whatsapp poll on a group be automated?
@subalakshmi6273
@subalakshmi6273 5 ай бұрын
send button need to be clicked manually help on this pls
@OriginalPictures
@OriginalPictures Жыл бұрын
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.
@salmaaalifiarizka9420
@salmaaalifiarizka9420 5 ай бұрын
Can I attach a picture in a boardcasts?
@salmaaalifiarizka9420
@salmaaalifiarizka9420 5 ай бұрын
How to send a lot of number form an axcel/database?
@user-ke5bm3ip4y
@user-ke5bm3ip4y Жыл бұрын
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.
@slackp8733
@slackp8733 Жыл бұрын
Estoy buscando lo mismo. Soy vendedor y necesito enviar mensajes a muchos contactos
@kadiiharbaz00
@kadiiharbaz00 Жыл бұрын
So useful, thanks a lot
@MazeriSSa
@MazeriSSa 7 ай бұрын
Can I put the date also in it?
@mauriciosolis6589
@mauriciosolis6589 11 ай бұрын
Such a helpful video I would like to schedule it to run on a server, Is this way proper?
@user-hj4mz9iv4x
@user-hj4mz9iv4x 5 ай бұрын
Task scheduler windows
@Breakthebad8
@Breakthebad8 8 ай бұрын
Will the message be sent even when we shut down the system
@everardocastro6549
@everardocastro6549 2 жыл бұрын
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 ?
@larissasimpore
@larissasimpore 7 ай бұрын
Thanks, but how Can i send a story using python ?
@alonsoanil
@alonsoanil Жыл бұрын
can u automatically send to phone?
@emirhan3733
@emirhan3733 Жыл бұрын
why seconds is 68084 at my program???
@jeanpaul7631
@jeanpaul7631 5 ай бұрын
Because if you start at the same moment of minute or hour you set, it cont 1 day
@emirhan3733
@emirhan3733 5 ай бұрын
Bro can you write to me the fixed code?​@@jeanpaul7631
@user-gu5ts5nx8r
@user-gu5ts5nx8r Жыл бұрын
What if i want it sends message without opening whatsapp web ?
@nayinisaket2686
@nayinisaket2686 10 ай бұрын
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.
@ilmchimini
@ilmchimini 2 жыл бұрын
It did not work for me It opens up webwhatsap and goes to the chat, writes the message but does not send it
@ThePyCoach
@ThePyCoach 2 жыл бұрын
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
@guygoldgart5379
@guygoldgart5379 Жыл бұрын
Excellent video, but I couldn't understand where should I paste this (Visual Studio or Python IDE or somewhere else), can you explain?
@ThePyCoach
@ThePyCoach Жыл бұрын
You can use any text editor or IDE for this tutorial (I'm using Pycharm btw)
@doubleb1150
@doubleb1150 Жыл бұрын
how do i cancel automated messages
@nicoletapalade8674
@nicoletapalade8674 2 жыл бұрын
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!
@sg8nj
@sg8nj Жыл бұрын
%20 is space ascii key. Try to decode it.
@krishnaiahvv1918
@krishnaiahvv1918 3 күн бұрын
@@sg8nj how to decode it brother. give me snippet
@charu20231
@charu20231 Жыл бұрын
Hi Sir, can you pls make video of Twitter storming?
@CalvertEdwards
@CalvertEdwards 2 жыл бұрын
For me, it just opens my WhatsApp in the browser with the message already written but it doesn't send automatically.
@nicehearingbsvoiceaftaalon5991
@nicehearingbsvoiceaftaalon5991 2 жыл бұрын
same here
@mauriciosolis6589
@mauriciosolis6589 11 ай бұрын
I had the same issue but only when I sent a message to myself
@gyarreto
@gyarreto Жыл бұрын
is this legal?
@cudjoefrancis5950
@cudjoefrancis5950 2 жыл бұрын
How can i get in touch with you
@ThePyCoach
@ThePyCoach 2 жыл бұрын
Check the email on my KZfaq channel
@noahdeangelis7848
@noahdeangelis7848 2 жыл бұрын
Please answer me
@ThePyCoach
@ThePyCoach 2 жыл бұрын
Answer which question? 🤔
@noahdeangelis7848
@noahdeangelis7848 2 жыл бұрын
@@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?
@cleysoncassionatal
@cleysoncassionatal 2 жыл бұрын
😃👊👏👏👏👏
@ilmchimini
@ilmchimini 2 жыл бұрын
time.sleep(wait_time - 7) ValueError: sleep length must be non-negative
@dibberdabberd7841
@dibberdabberd7841 2 жыл бұрын
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?
@ThePyCoach
@ThePyCoach 2 жыл бұрын
The IDE/text editor shouldn’t influence the installation of a library. Try installing it with pip on a new virtual environment
@deelangengania7369
@deelangengania7369 Жыл бұрын
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!
How To Connect OpenAI To WhatsApp (Python Tutorial)
30:31
Dave Ebbelaar
Рет қаралды 137 М.
Son ❤️ #shorts by Leisi Show
00:41
Leisi Show
Рет қаралды 10 МЛН
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 9 МЛН
Challenge matching picture with Alfredo Larin family! 😁
00:21
BigSchool
Рет қаралды 20 МЛН
How to Send Emails with Python [New Method 2023]
11:16
The PyCoach
Рет қаралды 185 М.
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 181 М.
Web Scraping with ChatGPT Mentions is Mind Blowing!
8:42
The PyCoach
Рет қаралды 28 М.
5 Amazing Ways to Automate Your Life using Python
18:40
Internet Made Coder
Рет қаралды 239 М.
Web Scraping for Beginners with Python and Selenium 4
21:22
The PyCoach
Рет қаралды 8 М.
New Way to Send & Receive WhatsApp Messages (Business Cloud API)
18:30
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS (FULL TUTORIAL)
26:48
Internet Made Coder
Рет қаралды 13 М.