twitter-x-hub

Fetch Twitter/X timelines, bookmarks, profiles, searches, and perform write actions via authenticated GraphQL requests in Python with zero third-party dependencies.

361|58|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/OpenMinis/MinisSkills --skill twitter-x-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twitter-x-hub
Source: https://github.com/OpenMinis/MinisSkills/tree/main/twitter-x-hub
Command: npx skills add https://github.com/OpenMinis/MinisSkills --skill twitter-x-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Programmatic access to Twitter/X data using Python with zero third-party dependencies, enabling read and write operations without browser automation.

Core Features & Use Cases

  • Read home timeline, following timeline, bookmarks, search results, user profiles, user tweets, and likes.
  • Write operations: post tweets, delete tweets, like, retweet, bookmark, and unbookmark.
  • Cookie-based authentication via auth_token and ct0; Minis environment support with optional browser_cookie automation.

Quick Start

Provide TWITTER_AUTH_TOKEN and TWITTER_CT0 (or use --auth-token and --ct0) and run the CLI subcommands to fetch data.

Frequently Asked Questions about twitter-x-hub

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

FAQPage Schema
How do I fetch Twitter/X data using pure Python without third-party dependencies?

Fetch Twitter/X data using pure Python by leveraging standard library modules for zero-dependency execution. You can retrieve timelines, bookmarks, user profiles, and search results via GraphQL endpoints without installing external packages or using browser automation.

How does cookie authentication work for accessing Twitter/X GraphQL endpoints?

Cookie authentication for Twitter/X GraphQL endpoints requires supplying your auth_token and ct0 cookies. You can provide these credentials as environment variables or CLI arguments to authenticate requests and access both read and write operations securely.

Can I automate posting tweets and managing bookmarks with Python CLI scripts?

Automate posting tweets and managing bookmarks with Python CLI scripts that support write actions. You can post, delete, like, retweet, bookmark, and unbookmark directly through command-line subcommands using cookie-authenticated requests.

Does this Python Twitter data fetcher support configurable delays and retry logic?

This Python Twitter data fetcher supports configurable delays and retry logic for GraphQL access patterns. You can manage request rates and handle transient failures while fetching timelines, user tweets, lists, and followers across various endpoints.

What is the best way to read Twitter home timelines and search results without a browser?

Read Twitter home timelines and search results without a browser by executing pure Python scripts with cookie authentication. This approach covers home timelines, following timelines, bookmarks, user profiles, user tweets, and likes programmatically.

Do I need to install external libraries to manage Twitter/X data with this approach?

You do not need to install external libraries to manage Twitter/X data with this approach. It satisfies zero-dependency execution using Python standard library only, while optionally supporting browser_cookie automation within the Minis environment.