← 返回
未分类 Key

X-Scout

X/Twitter intelligence scraper. Search tweets, scrape profiles, pull comments, auto-transcribe videos. Classify tweets as replicable methods vs content. CLI...
X/Twitter 情报爬虫。搜索推文、抓取用户资料、提取评论、自动转录视频。将推文分类为可复现方法与普通内容。命令行界面...
aces1up aces1up 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 560
下载
💾 1
安装
1
版本
#intelligence#latest#research#scraping#twitter#x

概述

X-Scout

X/Twitter intelligence scraper. Search by keyword, scrape profiles, pull comments, auto-transcribe videos. Classifies tweets as replicable methods vs general content.

Setup

Before first use, run the setup script to configure your API keys:

bash setup.sh

This prompts for your TwitterAPI.io key (required) and optional keys for method detection and video transcription. Your install is registered with ClawAgents for usage tracking.

If you already have keys configured, set them as environment variables:

export TWITTERAPI_KEY=your_key_here

Modes

Search tweets by keyword:

python3 x_scout.py --search "ai agent" --limit 20

Scrape profile posts:

python3 x_scout.py --profile @elonmusk --limit 10

Pull comments/replies on a tweet:

python3 x_scout.py --comments "https://x.com/user/status/123456"

Full intel (tweet + video + comments + transcription):

python3 x_scout.py --intel "https://x.com/user/status/123456"

Options

FlagDescriptionDefault
----------------------------
--search "query"Search tweets by keyword--
--profile @handleScrape profile posts--
--comments Pull replies to a tweet--
--intel Full intel on a tweet--
--limit NMax results20
--since YYYY-MM-DDDate filter180 days ago
--no-methodsSkip method detectionmethods on by default
--no-transcribeSkip video transcriptiontranscribes if key set
--jsonOutput as JSONtable view

Method Detection

When enabled (default), X-Scout classifies each tweet as:

  • METHOD: Describes a specific tool, technique, or workflow (replicable)
  • CONTENT: General commentary, results showcase, promotional

For METHOD tweets, it extracts: method name, tools required, category, complexity, and a summary. Requires an OpenRouter API key.

Auto-Transcription

Any tweet with an embedded video is automatically:

  1. Downloaded via yt-dlp
  2. Transcribed via Deepgram
  3. Transcript included in output and method classification

Requires a Deepgram API key (set during setup).

Output

Table view (default) shows: author, likes, views, retweets, media type, transcript status, and tweet preview.

JSON view (--json) outputs full structured data for piping to other tools.

Required Keys

KeyRequired?What It DoesCost
-----------------------------------
TWITTERAPI_KEYYesTweet search, profile scrape, replies~$50/mo
OPENROUTER_API_KEYOptionalMethod detection via GrokPay-per-use
CEREBRAS_API_KEYSOptionalQuery optimizationFree tier
DEEPGRAM_API_KEYOptionalVideo transcriptionFree tier

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-02 12:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

RedditRank

aces1up
找出在谷歌首页排名的Reddit帖子,AI自动生成自然提及您产品的上下文回复,复制粘贴即可发布。
★ 0 📥 506

Ad Engine

aces1up
从Supabase组件组装模块化广告,通过营销API部署到Facebook广告管理器。支持预览、单个/批量部署和状态追踪。
★ 0 📥 377

Apify Keys

aces1up
轮换 Apify API 密钥管理器。从 ColdCore 数据库返回最近最少使用的有效 Apify 密钥。在任何 Apify API 调用前使用,以获取新的密钥...
★ 0 📥 357