https://github.com/limm-jk/annoying-to-view-announcements
충남대학교 컴퓨터공학과 공지 크롤러
https://github.com/limm-jk/annoying-to-view-announcements
Last synced: about 2 months ago
JSON representation
충남대학교 컴퓨터공학과 공지 크롤러
- Host: GitHub
- URL: https://github.com/limm-jk/annoying-to-view-announcements
- Owner: Limm-jk
- Created: 2020-04-08T08:26:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T00:13:04.000Z (about 2 years ago)
- Last Synced: 2025-02-09T07:36:16.565Z (3 months ago)
- Language: Python
- Size: 11.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 충남대 컴공과 공지사항 크롤러
그저 공지보다가 매일보기 귀찮아서 만들었습니다 ㅎㅎㅎㅎ### Require
>python 3.7
request 2.22.0
beautifulsoup 4.9.0 #소스코드 객체변환
PyInstaller 3.6 #실행파일### Command
```
# 실행파일 명령어
pyinstaller --icon=comp_icon.ico --onefile .\Crawling\CNUCSECrawling.py# Testing
pytest .
```### Update
20.04.09 Ver 1.0
> 크롤러 생성
new tag 붙은 글 따로 보여주기20.10.27 ~ ing
> 공지 이메일 전송기 생성중20.11.17
> 취업정보 게시판 추가