← 返回
数据分析 中文

Tweet Monitor Pro

Fetch X/Twitter tweets, replies, and timelines without login or API keys. Also supports Chinese platforms (Weibo, Bilibili, CSDN, WeChat).
无需登录或 API 密钥,即可抓取 X/Twitter 的推文、回复和时间线。还支持中国平台(微博、B站、CSDN、微信)。
hejiubot
数据分析 clawhub v1.0.0 1 版本 99855.9 Key: 无需
★ 0
Stars
📥 693
下载
💾 47
安装
1
版本
#api#latest#scraping#social#twitter

概述

Tweet Monitor Pro

Commercial X/Twitter scraping skill for OpenClaw. No login, no API keys required.

Features

Zero-dependency basics: Fetch single tweets without Camofox

Advanced features: Reply threads, user timelines, Google search (requires Camofox)

Chinese platforms: Weibo, Bilibili, CSDN, WeChat Articles (some without Camofox)

Quota management: Subscription-based usage limits

SkillPay ready: Optional integration for automatic billing


Subscription Plans

PlanPrice/MonthQuotaFeatures
------------------------------------
Free$010 callsSingle tweet fetch
Pro$1.91,000 callsAll basic + timelines + replies + search
Business$9.9UnlimitedEverything + API access + priority support

Quick Start

1. Install

# From ClawHub
openclaw skills install tweet-monitor-pro

# Or manual
cp -r tweet-monitor-pro ~/.openclaw/skills/

2. (Optional) Start Camofox for Advanced Features

openclaw plugins install @askjo/camofox-browser
# or manually: git clone https://github.com/jo-inc/camofox-browser && npm install && npm start

3. Use

// Fetch single tweet
const result = await agent.execute('tweet-monitor-pro.fetchTweet', {
  url: 'https://x.com/user/status/123456'
});
console.log(result.data.tweet.text);

// Fetch thread (replies)
const thread = await agent.execute('tweet-monitor-pro.fetchThread', {
  url: 'https://x.com/user/status/123456'
});
console.log(thread.data.replies);

// Fetch user timeline
const timeline = await agent.execute('tweet-monitor-pro.fetchTimeline', {
  username: 'elonmusk',
  limit: 50
});

// Check quota
const quota = await agent.execute('tweet-monitor-pro.getQuota', {});
console.log(`${quota.data.used}/${quota.data.limit} calls used`);

// Upgrade plan
await agent.execute('tweet-monitor-pro.upgradePlan', { plan: 'pro' });

Tools

ToolDescriptionQuota CostPlan Required
----------------------------------------------
fetchTweetFetch single tweet (content + stats)1 callFree+
fetchThreadFetch tweet + all replies (nested)3 callsPro+
fetchTimelineFetch user timeline (max 300)1 per 50 tweetsPro+
monitorUserIncremental monitor for new mentions1 per checkPro+
getQuotaCheck remaining quota0All
upgradePlanUpgrade subscription plan0All

Commercial Integration

SkillPay.me Integration (Optional)

  1. Create your skill on SkillPay.me
  2. Get API key and skill ID
  3. Set environment variables:
export SKILLPAY_API_KEY="your_key"
export SKILLPAY_SKILL_ID="your_skill_id"

The skill will automatically report usage and trigger billing.


Technical Details

  • Basic fetching: Uses FxTwitter public endpoint (no authentication)
  • Advanced fetching: Camofox + Nitter (bypasses Cloudflare)
  • Chinese platforms: Camofox renders JS + custom parsers
  • Output format: Standard JSON (text, stats, media URLs)

FAQ

Q: Why can't I fetch some tweets?

A: Protected accounts or X restrictions. Public accounts usually work.

Q: What is Camofox?

A: An anti-detection browser service running on localhost:9377. Used to bypass Cloudflare and JavaScript challenges for advanced features.

Q: What happens when my quota runs out?

A: Upgrade to Pro/Business or wait for monthly reset (Free plan).

Q: Can I do bulk fetching?

A: Business plan supports bulk operations via API. For Pro, call multiple times within quota.


License

MIT - Commercial use allowed.


Support

For issues and feature requests, please open an issue on GitHub.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 12:26 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,548
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,154
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,064