Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 569 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 569 Bytes

Remember-Me

This is a simple python script to check who all of our friends are celebrating their birthday today. It has selenium and a chrome headless browser under its hood.

Try it out

$ python3 getbdays.py  chromedriver

Todo

  • Find friends who all are celebrating birthdays
  • Notify user
  • Create personalized wish
  • Run script on startUp

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.