feat: 分批wrapper文件入库——daily_kline_sz_a/sz_b(日K分批) + news_collector_full_b4-b7(新闻8批)

This commit is contained in:
hmo
2026-08-14 05:25:55 +08:00
parent 6a3ca003e1
commit 247066a8a5
6 changed files with 30 additions and 0 deletions
@@ -0,0 +1,5 @@
#!/usr/bin/env python3
"""news_collector_full_b5.py — 全市场新闻采集(batch 5,包装入口)"""
import sys, runpy
sys.argv = ["news_collector_full.py", "--batch", "5"]
runpy.run_path("/home/hmo/.hermes/profiles/position-analyst/scripts/news_collector_full.py", run_name="__main__")