Security Note: This toolkit contains tools that can read and modify
the state of a service; e.g., by creating, deleting, or updating,
reading underlying data.
For example, this toolkit can be used to get account details,
account mentions, post tweets, post tweet replies, and anything,
else you can implement with the Twitter (X) API!
Setup:
You will need to set the following environment variables:
// optional if not available via the ENV constoptions = { apiKey:"<your-api-key>", apiSecret:"<your-api-secret>", accessToken:"<your-access-token>", accessTokenSecret:"<your-access-token-secret>", };
Twitter (X) Toolkit.
Security Note: This toolkit contains tools that can read and modify the state of a service; e.g., by creating, deleting, or updating, reading underlying data.
For example, this toolkit can be used to get account details, account mentions, post tweets, post tweet replies, and anything, else you can implement with the Twitter (X) API!
Setup: You will need to set the following environment variables:
Example usage: