Module pipelines.rj_escritorio.birthday_notification.tasks

Tasks for the daily birthday flow.

Functions

def get_birthdays_by_date(date: str) ‑> List[str]

Get birthdays by date.

def get_todays_date() ‑> str

Get today's date in format dd-mm

def send_birthday_message(names: List[str], secret_path: str) ‑> None

Send birthday message.