返回顶部
t

tweet-pipeline推文流水线

Notion-to-Twitter automation — pull approved tweets from a Notion database, schedule one-shot crons for exact post times, and post via X/Twitter OAuth2 API. Use when managing a content calendar in Notion and want automated, precisely-timed tweet posting.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
292
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

tweet-pipeline

推文流水线

从Notion内容日历自动发布推文。在Notion中起草推文,将状态设置为已批准并设定计划时间,本流水线将处理其余工作。

工作流程

Notion数据库(推文流水线)
├── 状态:待处理 → 智能体起草推文
├── 状态:已批准 → 心跳检测获取
│ ├── 未来时间 → 安排一次性定时任务
│ └── 已过期 → 立即发布
└── 状态:已发布 → 完成(由发布器更新)

Notion数据库结构

属性类型
标题title推文文本
状态
select | 待处理、已批准、已发布、失败 | | 计划时间 | date | 含时区的ISO日期时间 | | 平台 | select | Twitter、LinkedIn | | 发布时间 | date | 发布后填充 |

使用方法

bash
python3 scripts/tweet_poster.py # 检查并安排
python3 scripts/tweet_poster.py --dry-run # 预览但不安排

关键经验

  • - 使用一次性定时任务确保精确时间 — 不要通过心跳检测批量发布,应单独安排每条推文
  • X免费版: 每月1,500条推文,280字符限制,无法通过API上传媒体
  • 在状态文件中记录已安排的推文,避免重复安排

文件

  • - scripts/tweetposter.py — 调度器(读取Notion,创建定时任务)
  • scripts/tweetpost_one.py — 发布器(由每个定时任务调用)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 tweet-pipeline-1776198852 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 tweet-pipeline-1776198852 技能

通过命令行安装

skillhub install tweet-pipeline-1776198852

下载

⬇ 下载 tweet-pipeline v1.0.0(免费)

文件大小: 6.58 KB | 发布时间: 2026-4-15 11:11

v1.0.0 最新 2026-4-15 11:11
Initial release — Notion-to-Twitter automation.

- Pulls approved tweets from a Notion database.
- Schedules one-shot cron jobs for precise posting times.
- Posts to X/Twitter via OAuth2 API.
- Tracks tweet status to prevent duplicates.
- Designed for managing and automating social content calendars using Notion.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部