cyberneticlibrary

Post and analyze X/Twitter content

x-apiskillsetup L20
Sheshiyer/skill-clusters
What it does

Post tweets, threads, read timelines, search, and analytics via X API

Best for

Programmatic X/Twitter interaction (posting, analytics, search) where OAuth 1.0a write access needed.

Inputs
  • · [object Object]
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
  • · [object Object]
Requires
  • · X API (OAuth 1.0a + Bearer token)
  • · requests-oauthlib
Preconditions
  • · X API account with OAuth credentials set in env
  • · For writes: OAuth 1.0a tokens (consumer key + access token)
  • · For reads: Bearer token OR OAuth 1.0a
Failure modes
  • · Rate limit 429s if not reading response headers at runtime
  • · 403 Forbidden if posting without write-permission token
  • · Token rotation breaks active flows if not monitored
Trust signals
  • · Official X API endpoints (api.x.com)
  • · Explicit rate-limit header handling documented