#How to get twitter posts abt a particular acc

1 messages Β· Page 1 of 1 (latest)

frigid bolt
#

I am trying to find a way to get all the posts that mentions or talks abt a partocial twitter acc in twitter

hot gobletBOT
rose birchBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

hot gobletBOT
drifting robinBOT
#

Inside OpenClaw, the closest fit is x_search via xAI/Grok.

  • Set an xAI key
  • Run openclaw configure --section web
  • Enable x_search
  • Config path: plugins.entries.xai.config.xSearch

Docs:

Useful query patterns, which you can also test directly in X search:

  • exact mentions: @targethandle -from:targethandle
  • mentions or discussion: @targethandle OR "Display Name" -from:targethandle

You can also narrow by date.