Command Summary
| Command | Purpose | Credit cost |
|---|---|---|
trigify x connect | Get the connection URL for managing an X account | No |
trigify x accounts | List connected X accounts | No |
trigify x lookup-user | Resolve an X username to a user ID | 1 credit |
trigify x create-post | Publish a post | 1 credit |
trigify x delete-post | Delete your own post | 1 credit |
trigify x like | Like a post | 1 credit |
trigify x reply | Reply to a post | 1 credit |
trigify x repost | Repost a post | 1 credit |
trigify x follow | Follow a user | 1 credit |
trigify x send-dm | Send a direct message | 2 credits |
Account Management
trigify x connect
Get the URL used to connect or manage an X account:
trigify x accounts
List all connected X accounts:
trigify x lookup-user
Required flags:
--username <username>
Posting And Engagement
Many X commands accept an optional--account-id <id> flag when you need to target a specific connected account.
trigify x create-post
Required flags:
--text <text>
--poll-options <json>--poll-duration <minutes>--media-ids <json>--account-id <id>
trigify x delete-post
Required flags:
--tweet-id <id>
--account-id <id>
trigify x like
Required flags:
--tweet-id <id>
--account-id <id>
trigify x reply
Required flags:
--tweet-id <id>--text <text>
--account-id <id>
trigify x repost
Required flags:
--tweet-id <id>
--account-id <id>
trigify x follow
Required flags:
--target-user-id <id>
--account-id <id>
trigify x send-dm
Required flags:
--user-id <id>--text <text>
--account-id <id>