Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.22 KB

README.MD

File metadata and controls

43 lines (25 loc) · 1.22 KB

Birthday congratulations - Automated through WhatsApp

Sit back, relax, and let this Python script take charge, ensuring heartfelt birthday wishes reach your loved ones on WhatsApp!

Installation

  1. Clone the GitHub repository to a local directory
git clone https://github.com/wptmdoorn/birthday_whatsapp_automation.git
  1. Install the required python packages
pip install -r requirements.txt
  1. Create a contacts.csv file with your contacts, please refer to contacts.csvexample for an example.

  2. Create a messages.json file with various messages for each of your relationship categories, please refer to messages.json for an example.

  3. Run!

Usage

The script can be run through executing python main.py. Please refer to the scheduler.py file for automatic scheduling of these birthday messages.

Contributing

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.

License

MIT