Claude Skill
ythx-101/x-tweet-fetcher
X-Tweet-Fetcher 是一个 OpenClaw 技能,无需登录或 API 密钥即可从 X/Twitter 获取推文和回复。基于 Python,简单且无需认证。
概览
仓库信息
安装这个 Skill
git clone https://github.com/zedeus/nitterRegistry 信息
项目简介
X-Tweet-Fetcher 是一个 OpenClaw 技能,无需登录或 API 密钥即可从 X/Twitter 获取推文和回复。基于 Python 构建,为访问公开 Twitter 数据提供简单、无需认证的解决方案。
🦞 Fetch tweets and replies from X/Twitter without login or API keys. OpenClaw skill.
要点
- 无需登录或 API 密钥
- 从 X/Twitter 获取推文和回复
- 作为 OpenClaw 技能构建
- 基于 Python 实现
- 简单轻量的使用方式
使用场景
- 获取公开推文用于分析
- 获取特定推文的回复
- 无需认证即可监控 Twitter 内容
- 将 Twitter 数据集成到 OpenClaw 工作流中
- 快速获取推文文本用于研究或存档
README 摘要
<div align="center"> # 🦞 x-tweet-fetcher **Fetch tweets, lists, articles, and WeChat content — with smart backend routing.** [](LICENSE) [](https://github.com/openclaw/openclaw) [](https://www.python.org) [](https://github.com/ythx-101/x-tweet-fetcher) *Three backends · Auto fallback · Works everywhere (VPS / Mac / Windows / CI / Claude Code / OpenClaw)* [Quick Start](#-quick-start) · [Backends](#-three-backends) · [Capabilities](#-capabilities) · [Agent Waystation](#-agent-waystation) · [Self-hosted Nitter](#-self-hosted-nitter-setup) · [Claude Code & CC](#-works-with-claude-code--cc) </div> --- ## 😤 Problem ``` You: fetch that tweet / list / article for me AI: I can't access X/Twitter. Please copy-paste the content manually. You: ...seriously? ``` X has no free API. Scraping gets you blocked. Browser automation is fragile and won't work in headless environments. **x-tweet-fetcher** solves this with **smart backend routing**: Nitter for zero-dependency speed, Playwright for full-feature coverage, auto fallback between them. ## 🔀 Three Backends ```bash # Auto mode (default) — Nitter first, browser fallback python3 scripts/fetch_tweet.py --user elonmusk # Nitter only — zero dependency, no browser python3 scripts/fetch_tweet.py --user elonmusk --backend nitter # Browser only — full features (lists, articles) python3 scripts/fetch_tweet.py --list 1455045069516357634 --backend browser ``` | Backend | Deps | Speed | Features | |---------|------|-------|----------| | *
话题
暂无话题