hotspot-factory · 项目介绍

hotspot-factory

本页由项目自动归档生成,源码与最新进展以 GitHub 仓库为准。

项目简介

(无 README,依据目录与源码推断)Python 驱动的「热点工厂」:自动抓取热点话题、生成内容草稿并批量发布,任务由 tasks.json 编排,产物落在 articles/。

技术栈

维度 技术
主要语言/框架 Python, Shell
其他 Python

核心功能 / 亮点

  • 热点抓取与草稿生成(hotspot_factory.py)
  • 草稿发布(publish_draft.py)
  • 任务编排(tasks.json)
  • 历史记录(history.json)
  • 一键启动(start.sh)

目录结构

1
2
3
4
5
6
7
8
9
dir  articles
dir logs
dir output
dir venv
file history.json
file hotspot_factory.py
file publish_draft.py
file start.sh
file tasks.json

相关链接