Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formysister/selenium-whatsapp-messanger
To Broadcast the messages using the Whatsapp Web using python.
https://github.com/formysister/selenium-whatsapp-messanger
automation pip python selenium selenium-webdriver web-scraping whatsapp
Last synced: 21 days ago
JSON representation
To Broadcast the messages using the Whatsapp Web using python.
- Host: GitHub
- URL: https://github.com/formysister/selenium-whatsapp-messanger
- Owner: formysister
- License: mit
- Created: 2023-09-06T18:33:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T15:16:24.000Z (about 1 year ago)
- Last Synced: 2024-12-10T08:14:30.268Z (2 months ago)
- Topics: automation, pip, python, selenium, selenium-webdriver, web-scraping, whatsapp
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whatsapp Automation :rocket:
To Broadcast the messages using the Whatsapp Web using python.
A sample for the christmas greetings has been demonstrated in the code.You can send automated messages of your choice.
:smile:## Instructions :blue_book:
### Export the Contacts
1) Make sure to include the google contacts by going to [Google Contacts](https://contacts.google.com/)
2) Export in Google CSV format all your contacts or a particular contact and save it as **contact.csv**
### Install the libraries
1) Selenium
2) Pandas
```
pip install selenium
pip install pandas
```
### Install the Chrome Driver
1. Install the latest version of Chrome Driver:http://chromedriver.chromium.org/downloads
2. Set the path at line 10
### Execute the Code :computer:
```
python main.py
```
1) To send to the displayed contact press k
2) To exit press c