Sit back, relax, and let this Python script take charge, ensuring heartfelt birthday wishes reach your loved ones on WhatsApp!
- Clone the GitHub repository to a local directory
git clone https://github.com/wptmdoorn/birthday_whatsapp_automation.git
- Install the required python packages
pip install -r requirements.txt
-
Create a
contacts.csv
file with your contacts, please refer tocontacts.csvexample
for an example. -
Create a
messages.json
file with various messages for each of your relationship categories, please refer tomessages.json
for an example. -
Run!
The script can be run through executing python main.py
. Please refer to the scheduler.py
file for automatic scheduling of these birthday messages.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.