|
|
42bd53ee7b
|
feat(insta): _bg_extract uses preferences + 09:00 trends_collect cron
|
2026-05-16 17:58:52 +09:00 |
|
|
|
86694ae4fe
|
feat(agent-office): InstaAgent collect_trends action + preferences-aware on_schedule
|
2026-05-16 17:57:44 +09:00 |
|
|
|
41225b3337
|
feat(insta-lab): main.py — trends + preferences endpoints
- POST /api/insta/trends/collect — background trend collection via trend_collector.collect_all
- GET /api/insta/trends — list external trends with source/category/days filters
- GET /api/insta/preferences — return category weights (defaults seeded on init_db)
- PUT /api/insta/preferences — upsert category weights
- Modified GET /api/insta/keywords to accept source= filter (source present → list_trends, else existing list_trending_keywords, backward compatible)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-16 17:54:09 +09:00 |
|
|
|
6bb5c2fb40
|
feat(insta-lab): keyword_extractor.extract_with_weights for category proportions
|
2026-05-16 17:51:16 +09:00 |
|
|
|
bd1773e29e
|
feat(insta-lab): trend_collector adds Google Trends + LLM category classification
|
2026-05-16 17:48:26 +09:00 |
|
|
|
685320f3cf
|
feat(insta-lab): trend_collector with NAVER popular fetcher
|
2026-05-16 17:47:17 +09:00 |
|
|
|
b3982c8f72
|
feat(insta-lab): db migration — trending_keywords.source + account_preferences + CRUD
- Idempotent ALTER TABLE adds source column (default 'manual') + idx_tk_source index
- New account_preferences table seeded with economy/psychology/celebrity at weight=1.0
- add_trending_keyword now accepts optional source param
- New helpers: add_external_trend, list_trends, get_preferences, upsert_preferences
- test_db updated: six→seven tables; test_preferences_crud.py (7 new tests, all pass)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-16 17:44:01 +09:00 |
|
|
|
002c0893f8
|
chore(insta-lab): add pytrends>=4.9 dependency
|
2026-05-16 17:41:30 +09:00 |
|