Twitter / X (script-mode) Read-only access to twitterapi.io endpoints. 13 functions covering tweets, users, followers, replies, threads, quotes, articles, and trends. All requests go through sc-proxy via . The env var is auto-injected server-side, no local key needed on the agent machine. Script Usage Standard invocation pattern: Tweet ID extraction from URL: the last path segment of any or URL is the tweet ID. Pass it as a string (Python int will lose precision on long IDs). Function Reference (signatures) All 13 functions live in . Returns are dicts straight from twitterapi.io — keys vary p…