为WinSW做准备

This commit is contained in:
Neo
2025-11-19 05:05:11 +08:00
parent 821d302243
commit cbe48c8ee7
4 changed files with 50 additions and 0 deletions

9
app/etl_busy.py Normal file
View File

@@ -0,0 +1,9 @@
# app/etl_busy.py
def run():
"""
忙时抓取逻辑。
TODO: 这里写具体抓取流程API 调用 / 网页解析 / 写入 PostgreSQL 等)
"""
print("Running busy-period ETL...")
# 示例:后续在这里接 PostgreSQL 或 HTTP 抓取
# ...