𝕏
X / Twitter feeds
Mirror posts from an X/Twitter account into Discord with filters and templates.
Mirror posts from an X/Twitter account into Discord with filters and templates.
Set it up
- 1Open X / Twitter under QONNECT.
- 2Create a feed with handle, Discord channel, filters, and polling interval.
- 3Use Test Feed to confirm routing.
Feed fields
xUsernameis the handle without@.discordChannelIdis where matching posts are mirrored.keywordsoptionally restrict posts to matching text.includeRepliesandincludeRetweetscontrol noisy feed behavior.
Note.
feed is an older alias for x-feed; new AI proposals should use x-feed.Example feed
json
{
"xUsername": "pokemon",
"discordChannelId": "#news",
"keywords": ["tournament", "update"],
"includeReplies": false,
"includeRetweets": false,
"pollIntervalMinutes": 30
}What to know
- QONNECT is configured per feed; there is no single QONNECT enable toggle.
- AI proposals should use
module:"qonnect",entity:"x-feed".