X

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

X_ACCESS_TOKENOptional

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_KEYOptional

API Key (Consumer Key) for write operations (posting, liking, following) — from your X Developer App settings

X_CONSUMER_SECRETOptional

API Secret (Consumer Secret) for write operations — from your X Developer App settings

X_ACCESS_TOKEN_SECRETOptional

User Access Token Secret for write operations — from your X Developer App settings

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": [
    "CoquiBot\\Toolkits\\X\\XToolkit"
  ]
}