Files
nexus/wiki/concepts/Social-Media-Monitoring.md

32 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Social Media Monitoring"
type: concept
tags: []
---
## Definition
社交媒体监控模式——通过 API 追踪特定账号KOL、品牌、竞品的动态更新实现自动化内容发现和情报收集。
## Key Components
1. **账号发现** — 确定需要监控的社交账号列表KOL、行业专家、竞品官方
2. **API 集成** — 通过平台官方 APITwitter/X API、Instagram Graph API 等)获取数据
3. **变更检测** — 检测新帖子、互动变化、粉丝变化等事件
4. **事件通知** — 检测到变化时触发通知Discord/Telegram/Email
## Supported Platforms
| 平台 | 监控内容 | 相关工具 |
|------|----------|----------|
| Twitter/X | 推文、回复、关注者变化 | TweetClaw, X_BEARER_TOKEN |
| LinkedIn | 帖子、文章 | OpenClaw agents |
| Reddit | Subreddit 热门帖子 | reddit-readonly skill |
## Use Cases
- [[multi-source-tech-news-digest]] — 监控 44 个 Twitter/X KOL 账号
- [[YouTube-Content-Pipeline]] — 监控 Twitter/X 突发 AI 新闻
- [[x-twitter-automation]] — 主动发帖和互动
## Related Concepts
- [[Account-Monitoring]] — 同一模式,侧重账号级变化监控
- [[Content-Automation]] — 监控到内容后的自动处理
- [[X/Twitter-API-Automation]] — Twitter/X API 的具体实现方式