Whatsapp using Python!
Last Updated: 16-07-2020
Have you ever wished to automatically wish your friends on their birthdays, or send a set of messages to your friend ( or any Whastapp contact! ) automatically at a pre-set time, or send your friends by sending thousands of random text on whatsapp! Using Browser Automation you can do all of it and much more!
First you must install these:-
1) Python Bindings for Selenium ( Browser Automation software )
pip install selenium
2) Chrome webdriver
Download Chrome driver from here: Chromedriver download page( choose your specific version )
Extract it in a known location , as we need the location later
If you get stuck somewhere, Don't forget to ping me
3) Chromium Web Browser( Open source version of chrome browser )
sudo apt-get install chromium-browser
That’s it! You are all set.
Now write your code in python in your idle/notebook which is give above.
Keep your mobile phone with you. Choose whatsapp web from the top bar in whatsapp(3 dots)
Then Run the script ( make sure that you have added the absolute path for chromedriver and have replaced target variable with your friends name ). Scan the QR code that appears on the screen and enjoy the power of python!
Please use this script only for educational purposes, i am not responsible if your friends ( or even Whatsapp ) block you.
Feel free to modify the code. Try to :
1)Text Multiple Groups at once
2)Send the messages from a predefined list of messages randomly or
3)Send complete random text.
Comment below about your experience!
-
Notifications
You must be signed in to change notification settings - Fork 0
Have you ever wished to automatically wish your friends on their birthdays, or send a set of messages to your friend ( or any Whastapp contact! ) automatically at a pre-set time, or send your friends by sending thousands of random text on whatsapp! Using Browser Automation you can do all of it and much more!
imbalram/whatsapp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Have you ever wished to automatically wish your friends on their birthdays, or send a set of messages to your friend ( or any Whastapp contact! ) automatically at a pre-set time, or send your friends by sending thousands of random text on whatsapp! Using Browser Automation you can do all of it and much more!
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published