8000 GitHub - srivama/wapp_birthday_wisher: A python script for sending wishes to your Whats app contacts on their birthday
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

srivama/wapp_birthday_wisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

wapp_birthday_wisher

A python script for sending wishes to your Whats app contacts on their birthday

Save all our contacts along with their birth dates in birthdays.txt file. (Format : DD/MM) Then run birthday_greetings.py. The script will fetch the current date and then look for any birthdays on that day in the birthdays.txt file. Then the script will send birthday greetings to all the contacts with birthdays on that day. The message of greeting can be set as per requirement in the birthday_greetings.py file.

The script makes use of selenium library for accessing the browser. The choice of browser can be set in the script. (I have used chrome) Now make sure that you have required webdriver for the browser to be used. (Eg. chrome driver for chrome and geckodriver if using firefox)

Requirements

  1. Python3
  2. Selenium Library
  3. Webdriver for browser to be used

About

A python script for sending wishes to your Whats app contacts on their birthday

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0