github action으로 플라토 자동 출석하는 코드
- plato 스크래핑해서 안 들은 과목 목록 생성
- issue 발급 (현재 open 된 것 제외)
- github action 등록 (1H scheduler)
- github action context-event_name scheduled 아닐 때만
- issue 목록에서 안들은 과목 가져오기
- 다 들은 과목 issue close하기
- github action 등록 (issue 발급시 코드 실행)
github action으로 플라토 자동 출석하는 코드