Автоматизация X (Twitter) через API
★ 7.9 · integration
x-api is a Claude Code skill that enables programmatic interaction with the X (Twitter) API — posting tweets and threads, reading timelines, searching content, and tracking engagement analytics. It supports two authentication modes: OAuth 2.0 Bearer Token for read-heavy and search operations, and OAuth 1.0a User Context for write flows including posting, account management, and media uploads via the v1.1 endpoint. Rate limits are handled at runtime by reading `x-rate-limit-remaining` and `x-rate-limit-reset` response headers, with built-in error handling for 429 and 403 responses. All credentials are managed through environment variables, never hardcoded. A good fit for SMM automation, bot development, data collection, and content pipelines that require native posting under a real account.
- #x-api
- #twitter-api
- #oauth
- #tweet-posting
- #twitter-automation
- #smm
- #social-media