You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses selenium to open WhatsApp Web and send personalized messages on your behalf.
4
+
5
+
## Installation Instructions
6
+
7
+
- Install Selenium and pandas
8
+
9
+
```sh
10
+
pip install selenium pandas
11
+
```
12
+
13
+
- Download [ChromeDriver](https://chromedriver.chromium.org/) for your appropriate browser version and operating system. Update `PATH_TO_CHROMEDRIVER` in `send_greeting.py`
14
+
15
+
- Make sure to update the message you want to send.
16
+
17
+
- Export your contacts and place them in the root directory as `contacts.csv`
0 commit comments