feat(insta-lab): trend_collector adds Google Trends + LLM category classification

This commit is contained in:
2026-05-16 17:48:26 +09:00
parent 685320f3cf
commit bd1773e29e

View File

@@ -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