X Filtering

Set the proper X filters to monitor specific activity.

Use this command to define ONE or MULTIPLE queries (filters) to search X posts.

/set_x_filtering <NAME> <OPTIONS>

admin (only admins can run this command)

Sets a search query to fetch X posts, where:

  • <NAME>is the name you want to use for a set of query options, for example, "mytop_kols", and

  • <OPTIONS> is a set of search options as defined by:

    • from: <list of X usernames separated by comma>

    • keywords: <list of keywords separated by comma>

    • mention: <single mention X account>

    • exclude: <list of exclusion>, where you can use:

      • retweet

      • quote

      • reply

    • ignore: <list of X usernames separated by comma>

Filters Examples

Here are some examples of X Bot usages you can use for inspiration.

EXAMPLE 1. Track @IncomeSharks posts about BWS

The following example searches for @IncomeSharks posts, including the BWS keyword and mentioning account @BWSCommunity:

/set_x_filtering Query_1 from: @IncomeSharks keywords: BWS mention: @BWSCommunity exclude: retweet

EXAMPLE 2. Track your KOLs X performance.

Imagine you want to monitor your KOLs - let's use @Charlynovic, @realaecrypto, and @CryptoCaesarTA as an example. To monitor their tweets supporting your project and their performance, you can use the following command:

/set_x_filtering my_kols from: @Charlynovic, @realaecrypto, @CryptoCaesarTA  keywords: BWS

This will monitor your KOL's tweets, including your project's keywords (in our case, "BWS").

EXAMPLE 3. Gamify your community support.

You can also use X Bot to gamify your community support by monitoring any user mentioning your X account:

/set_x_filtering everything mention: @BWSCommunity exclude: retweet, reply

Using the previous filtering, you will track anyone mentioning your X account (in our case, "@BWSCommunity"), so you can use it to award top users daily or weekly.

/get_x_filtering

admin

Gets the list of filters the bot is using to monitor X activity.

/get_x_filtering

This will return the list of search queries used to generate the report.

/delete_x_filtering

admin

Use this command to delete your previously defined filters.

/delete_x_filtering <NAME> to delete a specific filter.

/delete_x_filtering * to delete all your filters.

Last updated

Was this helpful?