X (Twitter) tasks
Increase your X presence, promote your content, and encourage meaningful interactions with ⚡️claimr.
Last updated
Was this helpful?
Increase your X presence, promote your content, and encourage meaningful interactions with ⚡️claimr.
Last updated
Was this helpful?
X tasks are interactive activities within claimr campaigns that leverage the X (formerly Twitter) platform to engage users and drive specific actions. These tasks can range from following your X account, retweeting posts, participating in discussions, or completing challenges.
Use X tasks to:
Increase your X followers.
Promote your tweets and drive engagement (likes, retweets, comments).
Run contests and giveaways on X.
Increase brand awareness and social media presence.
Encourage users to participate in discussions or challenges on X.
Choose the specific type of task you want to create for your campaign.
Select X(Twitter) to indicate that the task will be completed with X platform.
Considering your aim, select the specific task type from the expanded list.
Most X tasks in claimr fall into two categories:
Verified: These tasks require users to verify their actions on X. This means claimr will check if the user has actually completed the required action (e.g., followed your account, retweeted a post) before marking the task as complete. This ensures that users genuinely engage with your X content.
Intent: These tasks do not require verification. Users indicate their intent to complete the action (e.g., by clicking a button), and the task is marked as complete. This approach is helpful for tasks where verification is not feasible or necessary.
Reward users for following your account on X account.
Account Name field: Enter the username of your X account that you want users to follow. Make sure to enter the correct username without the "@" symbol.
Reward users for liking a specific post on your X account.
Post Link: Enter the full URL of the X post that you want users to like.
Hide preview? (optional): Enable this to hide the post preview within the task.
Reward users for reposting a specific post on your X account.
Post Link: Enter the full URL of the X post that you want users to repost.
Hide preview? (optional): Enable this to hide the post preview within the task.
Reward users for creating a post on X with a specific message.
Message: Enter the message you want users to include in their X post.
Tweet Message Link (optional): Enter a URL you want users to include in their X post.
Reward users for commenting on a specific post on your X account.
Post Link: Enter the full URL of the X post that you want users to comment on.
Hide preview? (optional): Enable this to hide the post preview within the task.
Hashtags (optional): Enter any hashtags you want users to include in their comments.
Reward users for quoting a specific post on your X account.
Post Link: Enter the full URL of the X post that you want users to quote.
Hide preview? (optional): Enable this to hide the post preview within the task.
Reward users for having a certain number of followers on their X account. This can encourage users to grow their X presence and potentially increase your campaign's reach through their network.
Minimum Followers: Enter the minimum required number of followers that a user must have on their X account to complete this task.
Reward users for changing their X display name to a specific value or pattern. This can be useful for encouraging users to align their X identity with your community.
Expected text (optional): Enter the exact text that you expect users to include in their X display name. This could be your brand name, an emoji, or any other specific words.
RegEx (optional): To allow variations in the user's X display name, you can use a regular expression (RegEx) to define a pattern the name must match. This is useful flowing different spellings, capitalizations, or the inclusion of emojis.
Include a specific emoji: If you want to include a specific emoji (e.g., ✨) in the user's X name, you could use a regular expression like .*✨.*
to allow for any characters before or after the emoji.
Start with a specific word or phrase: If you want to ensure the user's X name starts with a specific word or phrase, you could use a regular expression like ^YourKeyword
to match any string that begins with "YourKeyword".
End with a specific word or phrase: If you want to ensure the user's X name ends with a specific word or phrase, you could use a regular expression like YourKeyword$
to match any string that ends with "YourKeyword".
Contain a specific word or phrase: If you want to ensure the user's X name includes a specific word or phrase, you could use a regular expression like .*YourKeyword.*
to match any string that contains "YourKeyword".
Match a specific format: You can use regular expressions to define more complex patterns, such as email addresses, phone numbers, or dates. For example, to match a valid email address, you could use a regular expression like [a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}
.
Resources
AI assistants
Example prompt for an AI Assistant
"Help me create a regular expression to match X usernames that start with 'claimr' and contain at least one digit."
Reward users for adding specific information to their X bio. This can be useful for promoting your brand, campaign, or event, or for encouraging users to align their X bio with your community.
Expected text (optional): Enter the text users need to include in their X bio. This could be your brand name, a campaign slogan, a website link, or any other specific text.
RegEx (optional): To allow for variations in the user's X bio, you can use a regular expression (RegEx) to define a pattern the bio must match. This is useful for allowing different spellings, capitalizations, or the inclusion of emojis.
Example:
If you want users to include a specific emoji or a link to your website in their X bio, you could use a regular expression like .*🚀.*claimr\.io.*
to allow for any characters before or after the emoji and the website link.
Reward users for submitting user-generated content (UGC) on the X platform. UGC can be any form of content created by users, such as text posts (tweets), images, and videos. This task type helps encourage users to create and share content related to your campaign, brand, or product on X.
Points per 1000 views:* This field allows you to specify the number of points (or other rewards) users earn for every 1000 views their UGC receives on X. This incentivizes users to create high-quality, engaging content that attracts views and promotes your campaign.
Example: If you set "points per 1000 views" to 10, a user whose post receives 3,000 views would earn 30 points.
Regular expression builder: