Тёмный

Whatsapp Automation - Send Attachments - using Python 

Get Set Python
Подписаться 32 тыс.
Просмотров 79 тыс.
50% 1

Learn how to send attachments using python and selenium.
Code : github.com/uma...
Follow here for more
Quora : getsetpython.q...
Facebook : / getsetpython
Twitter : / umangahuja_1

Опубликовано:

 

7 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 87   
@GetSetPython
@GetSetPython 5 лет назад
WARNING : THIS IS JUST FOR EDUCATIONAL PURPOSE. DO NOT TRY TO SPAM OTHERS. IT MIGHT BE AGAINST WHATSAPP'S POLICY The code that appears in start of the video for text messages is from the previous video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JWRRmw2xRiE.html
@naagesh568
@naagesh568 4 года назад
Sir I'm facing this error : selenium.common.exceptions.SessionNotCreatedException: Message: session not created: please help me
@LabhamJain
@LabhamJain 4 года назад
Spamming is against whatsapp obviously
@davs2002
@davs2002 4 года назад
Hello, how do you make a video. Can you share some best practices. Do you record a video first then do a voice over using a script
@LabhamJain
@LabhamJain 4 года назад
@@davs2002 Most Tubers Voice Overs
@LabhamJain
@LabhamJain 4 года назад
Every Single Tuber (excluding actings ) writes main keyword or lines of script then voice over's even at beginning or he takes advantage of some video editors I also did this thing now I don't have time to be a RU-vidr
@harshalbabu45
@harshalbabu45 4 года назад
this video saved me at least one week of research!! amazing video bro
@VijayKumar-ju6pk
@VijayKumar-ju6pk 4 года назад
Sir, how to add different unsaved number to use send msg with vidoe/image by python coding!!!???
@EnglishRain
@EnglishRain 4 года назад
Jump to 3:00 to find the Xpath of tag which takes in the image. Great video, thanks a lot! :D
@rakeshsahoo16
@rakeshsahoo16 4 года назад
Really good to understand.. thanks.. keep sharing more and more
@PraveenKumar-kd3nv
@PraveenKumar-kd3nv 4 года назад
This script is working only for the top chats which are able to see on the screen.... Is there any way to extract all the chats by using the name? This would be more helpful for all.
@oneXD
@oneXD 3 года назад
i'm making a API thanks for help
@ayeshamunshi8043
@ayeshamunshi8043 3 года назад
Did you able to create one
@sahill6933
@sahill6933 3 года назад
Hello I get this error when the code tries to press the send button. ElementNotInteractableException: element not interactable Please,suggest a fix
@king5star
@king5star Год назад
Thanks for good video.
@mertaltunay
@mertaltunay 4 года назад
Thank you for this video. We wait news
@mattiasperalta
@mattiasperalta 3 года назад
NICE JOB BRO
@bhanukedhaarnath3932
@bhanukedhaarnath3932 3 года назад
this code is opening incognito tab is there any way to open in normal tab so that we dont have to scan qr every time. i used pytoolkit to send scheduled msg but i couldn't find a way to send images.
@yashlande896
@yashlande896 4 года назад
This is very good tutorial but I try and whats ban my number ... so use only for educational perpose other wise rady second number for whatsapp
@naufalez
@naufalez 4 года назад
How to make it send picture every x hour or specific hour. I want to use it for send report
@bannytan2689
@bannytan2689 4 года назад
A for loop with time.sleep()? for files in folder: send() time.sleep(3600) //3600s = 1 hour A bit idiot code...
@acerlaptop1122
@acerlaptop1122 Год назад
How to send video by sequentialy
@marcosvinicios6351
@marcosvinicios6351 3 года назад
hello good morning tudoben friend wanted to ask you for a help please querimadar images in zap using python poren this code is not fused you would have another code please
@bimaljain1666
@bimaljain1666 2 года назад
Sir, I am not acquainted with python. Can you guide me in detail to run your program to send attachments.
@MultiSotta
@MultiSotta 2 года назад
Everytime whatsapp releases an update the xpath of several elements are changed and I'm forced to make changes to the code every time, is there a one time solution for this? Great video btw.
@alexandremachado1014
@alexandremachado1014 2 года назад
Use other element, CSS SELECTOR, ID, XPATH should be the last one you use.
@deep87brar
@deep87brar Год назад
How many messages we can send in one day ? With buy api or gateway.
@cyberlab7504
@cyberlab7504 4 года назад
@get_set_Python do i have to open different browser every time i run the code. is there a way that we can use the same open chrome driver!!!! little help on that.
@antoniofroes5172
@antoniofroes5172 4 года назад
Thanks for nice video. can send msg union send image capturing before msg_box . Telegram in use?
@Harshuqt
@Harshuqt 4 года назад
Sir Can't we Skip The Part Of Scanning The Qr Code If, So How? By The Way Great Content Seen All Of Your Videos :)
@saadrehman1997
@saadrehman1997 3 года назад
Is there a way to automatically download a regularly received attachment from whatsapp??
@coverallthe
@coverallthe 4 года назад
Do you think Its possible to make a WhatsApp shared inbox? So more than one user can use the same whatsapp
@rahulshetty2918
@rahulshetty2918 3 года назад
can we schedule ????? like sending file at desired time?
@asumantsongo323
@asumantsongo323 4 года назад
Hi I have to use Android phone or PC ?, And we need totally
@bhavsar7656
@bhavsar7656 3 года назад
sir ji best i want to from pdf formate and text message from software tally prime how to do it please make video for it sir
@mohamad.elbohsaly
@mohamad.elbohsaly 3 года назад
If we use selenium for a large number of WhatsApp users, does WhatsApp ban our number?
@srvictorbatista
@srvictorbatista 3 года назад
Who receive atachamente and emoticons?
@saisumanthgoude1667
@saisumanthgoude1667 4 года назад
TypeError: 'module' object is not callable how can i over come by this error @Get Set Python
@defcode_art
@defcode_art 3 года назад
The browser opens a window with a QR code and does not send a message. How can you get around it?
@pantapdiazho
@pantapdiazho 3 года назад
You need to reference your Chrome user.
@YogeshGAUL
@YogeshGAUL 4 года назад
Sir! Is it legal to make last seen and status as constant? (i.e) I want to make my last seen as some date, forever. And I want to see status but not to visible my name on the status owner's seen people list.
@ashishprajapati6128
@ashishprajapati6128 2 года назад
Which python version ayr you using..?
@VIGNESHPRAJAPATI
@VIGNESHPRAJAPATI 4 года назад
Thanks for good video. Can we automate the step of scanning QR code with Python or how can we manage to scan it for only once instead of everytime
@ankitrajmahapatra2098
@ankitrajmahapatra2098 4 года назад
You may need to use driver.options().
@briangelhorn407
@briangelhorn407 3 года назад
Hey, how i can send a webp file as sticker?
@timartinelli
@timartinelli 4 года назад
Hi, dont work if message emotions, can help?
@ankitgupta9594
@ankitgupta9594 4 года назад
I tried the same code but it's not working. Maybe the error is to find the name of contact. I also tried it with different way like by capturing the xpath of a contact and then send it but it is always selecting the top Chat on list. Please help me out.
@GetSetPython
@GetSetPython 4 года назад
Can you try woth other names. Like top 3 names appearing on the screen. Let me know how it goes.
@ankitgupta9594
@ankitgupta9594 4 года назад
@@GetSetPython ok I will try and let you know.
@exceldeo8921
@exceldeo8921 4 года назад
why AttributeError: 'list' object has no attribute 'click'
@Drizzzzy
@Drizzzzy 4 года назад
I am getting error as chrome driver needs to be in Path
@riccardos6680
@riccardos6680 3 года назад
How can I add a caption to the image?
@carioceco2315
@carioceco2315 3 года назад
Now make a video how to send stickers
@danieldeluca4737
@danieldeluca4737 4 года назад
It's possible auto selecting the file?
@anshuvishwakarma6020
@anshuvishwakarma6020 3 года назад
Hai send attachment in headless mode.
@mohammedsufyanrizvi2595
@mohammedsufyanrizvi2595 4 года назад
It gives me an error of file not found
@vinoddeep613
@vinoddeep613 4 года назад
How to send messages without saving number
@GetSetPython
@GetSetPython 4 года назад
I strongly suggest it is for educational purpose and refrain from spamming.
@bhavsar7656
@bhavsar7656 3 года назад
HOW TO SEND TALLY SOFTWARE PDF FILE
@talhamasood0000
@talhamasood0000 4 года назад
Hey your videos are the best❤ just wanting to ask you how to scroll down the contact list from python because we can send msg to only those who currently appear on the screen and not those which appear down the contact list...
@GetSetPython
@GetSetPython 4 года назад
I will see for it.
@talhamasood0000
@talhamasood0000 4 года назад
@@GetSetPython thank you very much❤ looking forward to your reply😍
@GetSetPython
@GetSetPython 4 года назад
Just wanted to let you know that it might take some time because I will be uploading some different videos or may caught up with some work. But if I get to find a solution, I will upload it on channel so that you can get to see. Thank you for your patience 😄
@talhamasood0000
@talhamasood0000 4 года назад
@@GetSetPython thank you for listening to my problem ❤😇
@VideozForFun
@VideozForFun 4 года назад
Type the contact in the search box
@ujjwalkar1886
@ujjwalkar1886 4 года назад
How to send without entering wp ?
@Rakesh36oi
@Rakesh36oi 3 года назад
please work on sound and voice
@mrprogrammer5927
@mrprogrammer5927 5 лет назад
it's easy
@LabhamJain
@LabhamJain 4 года назад
Make On Automatic Google
@mrprogrammer5927
@mrprogrammer5927 5 лет назад
Note Whatsapp Can Block You!!
@GetSetPython
@GetSetPython 5 лет назад
It's just for educational purpose. I hope that's not the case.
@mrprogrammer5927
@mrprogrammer5927 4 года назад
@@GetSetPython Sure
@ankitgupta9155
@ankitgupta9155 4 года назад
Hey dude pls tell how to install Python on vscode Please 😊😊😊
@GetSetPython
@GetSetPython 4 года назад
Python will be installed on system irrespective of vs code. Search for python for your system (windows, linux or mac) and you can download it from there.
@sycfiles6172
@sycfiles6172 4 года назад
Pls tell .. If any user sends 'Hi' then watsapp will auto reply Hi , If anyone sends 'hello' Watsapp will auto reply ''Hello'. if anyone send Namsate watsapp auto reply Namaste. pls tell how to do this
@gujjalapatiraju7435
@gujjalapatiraju7435 3 года назад
you can use bot chat there bro ( use DialogFlow (Google)) and you can able to do that easily.
@vinoddeep613
@vinoddeep613 4 года назад
Whatapp blocks Mobile number What is the solution to avoid blocking number ? Please reply sir it is very urgent.
@GetSetPython
@GetSetPython 4 года назад
Avpid spamming. It is against whatsapp's policy and can have consequences.
@TanaySharmajee
@TanaySharmajee 4 года назад
python baap he kuch bhi kar sakte
Далее
Facebook Login updated - Python Script
3:38
Просмотров 11 тыс.
Factory Design Pattern - Why and How with Code!!
15:35
Cute kitty gadget 💛💕
00:23
Просмотров 17 млн
Первый день школы Катя vs Макс
19:37
This AI Agent can Scrape ANY WEBSITE!!!
17:44
Просмотров 54 тыс.
The most important Python script I ever wrote
19:58
Просмотров 193 тыс.
Send SMS for Free with Python Tutorial (Twilio)
5:09
Web automation in python for beginners
11:02
Просмотров 548 тыс.
How To Connect OpenAI To WhatsApp (Python Tutorial)
30:31
Pydantic Tutorial • Solving Python's Biggest Problem
11:07