✅ 아래 영상을 참고하여 DataSet 마련하고자 함
✅ 경제 기사 사이트 후보군
(1) investing.com
- 세계 3대 금융사이트
- 전반적인 세계 경제 흐름을 알 수 있음
(2) 네이버 경제일반 뉴스
- 국내 경제일반 상식 습득 가능
⚠️ 영상 따라 구현 중 에러 발생
---------------------------------------------------------------------------
WebDriverException Traceback (most recent call last)
<ipython-input-19-791ee5c62788> in <cell line: 2>()
----> 1 driver = set_chrome_driver(False)
6 frames
/usr/local/lib/python3.10/dist-packages/selenium/webdriver/remote/errorhandler.py in check_response(self, response)
227 alert_text = value["alert"].get("text")
228 raise exception_class(message, screen, stacktrace, alert_text) # type: ignore[call-arg] # mypy is not smart enough here
--> 229 raise exception_class(message, screen, stacktrace)
WebDriverException: Message: unknown error: cannot find Chrome binary
3개월 전부터 오류 발생 댓이 달리고 있어서 이 코드를 쓰기는 무리가 아닐까 싶음.. 하지만 구조를 알았기 때문에 이를 레퍼런스로 크롤링 방법을 찾고자 한다.
Front-End [0] 리액트 기본 셋팅 (React-Router-dom 등등) (0) | 2023.08.06 |
---|