From bd1773e29e6644c54168283737532f5355cc1696 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 16 May 2026 17:48:26 +0900 Subject: [PATCH] feat(insta-lab): trend_collector adds Google Trends + LLM category classification --- insta-lab/app/trend_collector.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/insta-lab/app/trend_collector.py b/insta-lab/app/trend_collector.py index 545dc75..d8a2f02 100644 --- a/insta-lab/app/trend_collector.py +++ b/insta-lab/app/trend_collector.py @@ -1,4 +1,7 @@ -"""외부 트렌드 수집 — NAVER 인기 + Google Trends + LLM 카테고리 분류.""" +"""외부 트렌드 수집 — NAVER 인기 + Google Trends + LLM 카테고리 분류. + +Phase B Task 3: Google Trends integration via pytrends + Anthropic Haiku 분류 캐시 (24h TTL). +""" import json import logging