x-tracker
Installation
SKILL.md
X Tracker
同步并归档 X 数据(关注列表、书签、个人推文),支持内容聚合、改写和 Notion 同步。
路径约定:
{SKILL_DIR}— skill 目录(含 scripts/、references/){PROJECT_ROOT}— skill 父目录(含 config.json、data/、digests/)
首次设置
- 配置 OAuth 2.0:参考
references/oauth-setup.md - 初始化:
cd {SKILL_DIR} && bun scripts/auth.ts init - 登录:
cd {SKILL_DIR} && bun scripts/auth.ts login
所需 scope:tweet.read, users.read, follows.read, bookmark.read, offline.access
数据同步
重要:不要主动运行 sync-following.ts。关注列表由定时任务或用户手动同步,新增关注需用户确认后才纳入跟踪。