미출석자 알람 보내기
Closed this issue · 1 comments
junho85 commented
저녁 10시 정도에 중간 출석부 만들고 거기서 출석 안한 사람들 슬랙에 멘션
카카오톡 플러스친구 이용해볼수도 있을거 같은데 그건 나중에
junho85 commented
기존 5시 출석부 수집 cron 에 이어 22시에 수집 및 noti cron 걸었음.
0 5 * * * /home/junho85/web/garden4/garden4-backend/env/bin/python /home/junho85/web/garden4/garden4-backend/attendance/cli_collect.py
0 22 * * * /home/junho85/web/garden4/garden4-backend/env/bin/python /home/junho85/web/garden4/garden4-backend/attendance/cli_collect.py && /home/junho85/web/garden4/garden4-backend/env/bin/python /home/junho85/web/garden4/garden4-backend/attendance/cli_noti_no_show.py
응원의 메시지라던지 현재 출석율 같은거도 추가해 볼 수 있을 듯.
그리고 채널을 general 로 바꿀까