Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 340 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 340 Bytes

Remainder

This is a simple script to remind the birthday and work anniversary of the team members

Steps to install

pip install requirements.txt

Schedule the cron job

Schedule Everyday at 8:00 AM for the script Birtday_wish.py

0 8 * * * python3 /path/to/script/Remainder.py >/tmp/stdout.log 2>/tmp/stderr.log