Mutual Follow Discovery for X Premium Creators (Without the F4F Mess)
Finding other X Premium creators who actually want mutual follows is harder than it sounds. We automated the search and the first handshake — without turning into a follow-back bot.
"Follow for follow" is a dirty word on Twitter, and for good reason. The classic F4F rings are spam farms: everyone follows everyone, nobody reads anything, engagement is zero. But there's a real, healthy version of the same behavior — X Premium creators signaling that they're open to mutual follows with people in the same space.
The problem is finding them. That signal is scattered across thousands of posts, buried under ads, retweets, and unrelated noise. So we built a search loop inside Twitter365's extension.
The idea
Creators who want mutual follows tend to post about it in plain language — a quick tweet saying "I'm a Premium creator writing about X, looking for mutual follows in the space." These posts are surprisingly findable with a simple search query. The work is not writing the search; the work is filtering the 90% of results that aren't what you want.
How the loop runs
The extension calls the SearchTimeline GraphQL endpoint with a query like "Premium mutual follow" (localized). It pulls 20 results and walks each one through a filter chain:
- Is the author actually X Premium? (skip regular accounts)
- Are you already following them?
- Have you already interacted with this post in a previous run?
Three action modes
When a candidate passes all filters, you decide what happens next. There are three modes and you can mix them:
- Follow + comment — the strongest signal; follow the author and drop a short personalized comment
- Follow only — quiet handshake; no reply
- Comment only — you don't want to follow them yet, but you want to start a conversation
Why this is different from a follow-train
Follow-trains work by volume. You join a list, everyone on the list auto-follows everyone else, you all pretend it matters. It doesn't, because no actual reading or engagement happens afterwards.
What our loop does is different in three ways. First, the search is narrowed to creators who are publicly signaling intent. Second, every interaction goes through content filters — if the post is spam or totally unrelated to your niche, it gets skipped. Third, the comment is generated with your style clone, not a template, so the other person actually gets a human-quality reply. The resulting connections are small in number but have a real chance of turning into mutual reading.
Rate limits and safety
All follow and comment actions are queued with randomized delays. A single search cycle typically yields 2–5 candidates; after the cycle completes, the next search schedules itself with a configurable cooldown. There is no "follow 200 accounts per hour" knob, because that's how accounts get killed — not helped.
When to turn it on (and off)
- Turn it on when you're starting a new niche account and need to seed 20–50 genuine connections
- Turn it off once your feed is active enough that feed-first engagement (see the other post) is the faster growth lever
- Never run both modes at peak volume simultaneously; pick one at a time