Claude Skill

ythx-101/x-tweet-fetcher

X-Tweet-Fetcher 是一个 OpenClaw 技能,无需登录或 API 密钥即可从 X/Twitter 获取推文和回复。基于 Python,简单且无需认证。

概览

Stars815
Forks74
语言Python
最后更新2026-04-04
最近同步2026-06-05
前往 GitHub

仓库信息

拥有者ythx-101
仓库x-tweet-fetcher
完整名称ythx-101/x-tweet-fetcher
Repo ID1,157,855,507

安装这个 Skill

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

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-05
平台
ClaudeOpenClaw
能力
browsermemorysearchimageterminalworkflow
识别文件
README.mdSKILL.md
配置键
URLNITTER_URLYOUR_AUTH_TOKEN

项目简介

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: 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 | |---------|------|-------|----------| | *

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-05