Claude Skill
ythx-101/x-tweet-fetcher
X-Tweet-Fetcher is an OpenClaw skill that fetches tweets and replies from X/Twitter without login or API keys. Python-based, simple, and no-auth.
Overview
Repository
Install this Skill
git clone https://github.com/zedeus/nitterRegistry
Summary
X-Tweet-Fetcher is an OpenClaw skill that enables fetching tweets and replies from X/Twitter without requiring login or API keys. Built with Python, it provides a simple, no-auth solution for accessing public Twitter data.
🦞 无需登录或API密钥即可从X/Twitter获取推文和回复。OpenClaw技能。
Key features
- No login or API keys required
- Fetch tweets and replies from X/Twitter
- Built as an OpenClaw skill
- Python-based implementation
- Simple and lightweight usage
Use cases
- Retrieve public tweets for analysis
- Fetch replies to a specific tweet
- Monitor Twitter content without authentication
- Integrate Twitter data into OpenClaw workflows
- Quickly access tweet text for research or archiving
README excerpt
<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 | |---------|------|-------|----------| | *
Topics
No topics yet.