x-tweet-fetcher

Fetches X/Twitter tweets without login or API keys, outputting structured JSON or text.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/sandmark78/workspace --skill x-tweet-fetcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-tweet-fetcher
Source: https://github.com/sandmark78/workspace/tree/main/skills/x-tweet-fetcher
Command: npx skills add https://github.com/sandmark78/workspace --skill x-tweet-fetcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Pulling tweet content and metadata from X/Twitter typically requires login and API access. This skill fetches regular tweets, long-form articles, and quoted tweets without credentials, enabling easy data collection for analysis, debugging, or automation workflows.

Core Features & Use Cases

  • Fetch regular tweets with text, author, and engagement stats.
  • Retrieve X Articles (long-form) including full text when available.
  • Include quotes and related content in a single structured payload for downstream processing.

Quick Start

Run the script with a tweet URL to fetch content and metadata in JSON or text.

Frequently Asked Questions about x-tweet-fetcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch tweet data from X without API keys?

You can fetch tweet data without API keys by using a standard Python script to retrieve tweet content and metadata directly, producing structured JSON or text outputs for downstream analysis without requiring login credentials.

Can I retrieve X Articles and quoted tweets without logging in?

Yes, you can retrieve X Articles and quoted tweets without logging in. The extraction process captures regular tweets, long-form articles, and quoted content into a single structured payload for automation workflows.

Do I need external Python dependencies to extract tweets into JSON?

No, you do not need external Python dependencies to extract tweets into JSON. The tool uses only the Python standard library, requiring version 3.7 or higher to fetch and structure tweet data.

What is the best way to scrape Twitter data for automation workflows?

The best way to scrape Twitter data for automation is using a standard Python script that fetches structured tweet data without credentials, outputting JSON or text formats directly into your downstream systems.

Are there limitations to fetching tweets without authentication?

Fetching tweets without authentication avoids API keys but may limit access to protected accounts or dynamically loaded content. The tool extracts available public tweet data, author info, and engagement stats into structured formats.