Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
riverallzero authored Oct 22, 2023
1 parent f2a026d commit e630c19
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# JBNU-NoticeLetter
# JBNU-NoticeLetter
| MONITORING | 오전 10시부터 오후 6시까지, 2시간 간격으로 받아보는 원하는 키워드에 관한 공지사항 뉴스레터

## Setting
⚠️ 본 저장소 클론하고 개별 설정한 이후 사용할 수 있습니다.

### EMail Information
- ⚙︎ Settings - (Security) Secrets and variables - Actions - New repository secret
- Name이 'MAIL_SENDER', 'MAIL_PASSWORD', 'MAIL_RECEIVER'인 변수에 알맞은 값을 넣어 만들기

![](https://github.com/riverallzero/riverallzero/assets/93754504/afb1d803-9dca-47c9-8a72-e1c1b5ff78ca)
![](https://github.com/riverallzero/riverallzero/assets/93754504/313f798d-f87a-41f8-85d7-25c6d4c6695d)

### Keyword
- [crawler.py](https://github.com/riverallzero/JBNU-NoticeLetter/blob/main/crawler.py) line 11에 원하는 키워드 입력하기

```python
# ================================================
# KEYWORD ========================================
# ================================================

keyword = '안내'
```

## Result
![](https://github.com/riverallzero/riverallzero/assets/93754504/b0d4ca71-22a0-4d3a-9575-d52cd2d8050f)

0 comments on commit e630c19

Please sign in to comment.