-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2a026d
commit e630c19
Showing
1 changed file
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |