Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Selenium
은 웹드라이버 프로그램을 이용하기때문에 기본적으로 무겁지만,requests
모듈을 이용하면 단순히 HTTP(S) 요청으로 필요한 것만 요청하기 때문에 훨씬 가벼워 집니다.확인해보니 광운대학교 식단 홈페이지는 동적 웹사이트가 아닌 정적 웹사이트이기 때문에, 궃이 Selenium 으로 가상의 웹을 띄울 필요없이 requests로 필요한 HTML 파일만 가져다 쓰면 됩니다.
그 외에도 README에 빠진 의존성
schedule
이 있어서 추가했습니다.