From d2525cf6f88e9127fbaa608c4b50f6fc0ae86b7a Mon Sep 17 00:00:00 2001 From: happybell80 Date: Mon, 8 Sep 2025 01:15:42 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20Company-X=20=EB=89=B4=EC=8A=A4=20?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=20=ED=86=B5=ED=95=A9=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EB=AC=B8=EC=84=9C=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 250907_company_x_news_zero_articles.md: companyx_news_posting.json 변경 반영 - companyx_history.json → companyx_news_posting.json 수정 --- troubleshooting/250907_company_x_news_zero_articles.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/troubleshooting/250907_company_x_news_zero_articles.md b/troubleshooting/250907_company_x_news_zero_articles.md index 399d6a9..7f99bbf 100644 --- a/troubleshooting/250907_company_x_news_zero_articles.md +++ b/troubleshooting/250907_company_x_news_zero_articles.md @@ -43,9 +43,9 @@ response = await client.post( # GET → POST ### 2. 중복 체크 collector로 이동 ```python -# companyx_news_collector.py -- JSON 파일로 히스토리 관리 (/app/data/companyx_history.json) -- 최근 100개 기사 기록 유지 +# companyx_news_collector.py (2025-09-08 수정) +- companyx_news_posting.json으로 전체 데이터 저장 +- 수집/스크래핑/요약 단계별 업데이트 - collector 내부에서 중복 필터링 ```