Coqui Toolkit: X (Twitter)

coquibot/coqui-toolkit-x

X (Twitter) management toolkit for Coqui Bot — post tweets, read timelines, search, manage followers, likes, bookmarks, and mutes via the X API v2.

xtwitterapisocial-media
0 downloads 0 stars

Required Credentials

0

X_BEARER_TOKEN

1

X_CONSUMER_KEY

2

X_CONSUMER_SECRET

3

X_ACCESS_TOKEN

4

X_ACCESS_TOKEN_SECRET

Package Info

{
  "gated": {
    "x_like": [
      "like",
      "unlike"
    ],
    "x_mute": [
      "mute",
      "unmute"
    ],
    "x_tweet": [
      "create",
      "delete",
      "reply",
      "retweet",
      "quote"
    ],
    "x_bookmark": [
      "add",
      "remove"
    ],
    "x_follower": [
      "follow",
      "unfollow"
    ]
  },
  "toolkits": [
    "CarmeloSantana\\CoquiToolkitX\\XToolkit"
  ],
  "credentials": {
    "X_ACCESS_TOKEN": {
      "optional": true,
      "description": "User Access Token for write operations — from your X Developer App settings"
    },
    "X_BEARER_TOKEN": "Bearer token for read operations (search, timelines, user lookup) — get one at https://developer.x.com/en/portal/dashboard",
    "X_CONSUMER_KEY": {
      "optional": true,
      "description": "API Key (Consumer Key) for write operations (posting, liking, following) — from your X Developer App settings"
    },
    "X_CONSUMER_SECRET": {
      "optional": true,
      "description": "API Secret (Consumer Secret) for write operations — from your X Developer App settings"
    },
    "X_ACCESS_TOKEN_SECRET": {
      "optional": true,
      "description": "User Access Token Secret for write operations — from your X Developer App settings"
    }
  }
}