@radzor/twitter-post
Post tweets and threads via the Twitter/X API v2. Supports text, media attachments, and reading timeline data with OAuth 2.0 authentication.
Mediav0.1.0typescriptpythonServertwitterxsocialtweetthreadapiby Radzor
Install
View source on GitHub →$npx radzor@latest add twitter-post
⚠ Constraints: Requires Twitter API v2 access. Tweet text max 280 characters. API rate limits apply.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| bearerToken* | string | — | Twitter API v2 Bearer Token or OAuth 2.0 access token.TWITTER_BEARER_TOKEN |
| apiKey | string | — | API Key (Consumer Key) for OAuth 1.0a. |
| apiSecret | string | — | API Secret for OAuth 1.0a. |
| accessToken | string | — | Access Token for OAuth 1.0a. |
| accessSecret | string | — | Access Token Secret for OAuth 1.0a. |
bearerToken*string