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

Stars815
Forks74
LanguagePython
Last pushed2026-04-04
Last synced2026-06-05
View on GitHub

Repository

Ownerythx-101
Repositoryx-tweet-fetcher
Full nameythx-101/x-tweet-fetcher
Repo ID1,157,855,507

Install this Skill

git clone https://github.com/zedeus/nitter

Registry

Typeopenclaw_skill
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-05
Platforms
ClaudeOpenClaw
Capabilities
browsermemorysearchimageterminalworkflow
Detected files
README.mdSKILL.md
Config keys
URLNITTER_URLYOUR_AUTH_TOKEN

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.

Chinese description

🦞 无需登录或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: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![OpenClaw Skill](https://img.shields.io/badge/OpenClaw-Skill-blue.svg)](https://github.com/openclaw/openclaw) [![Python 3.7+](https://img.shields.io/badge/Python-3.7+-green.svg)](https://www.python.org) [![GitHub stars](https://img.shields.io/github/stars/ythx-101/x-tweet-fetcher?style=social)](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.

Explore more

Data from GitHub. Synced on 2026-06-05