Make an X post
The user shall submit a post they own that performs above minimum criteria
Parameter table
param | type | required | description |
---|---|---|---|
likeCount | number | no | Number of likes a post needs to get |
retweetCount | number | no | Number of reposts a post needs to get |
viewCount | number | no | Number of views a post needs to get |
commentCount | number | no | Number of comments a post needs to get |
text | regex | no | The post needs to contain this text |
minCreationDate | date | no | Minimum publication date of the post |
CreatorData table
data | type | required | description |
---|---|---|---|
tweetId | text[short] | yes | The id/link of the post |
Messages table
name | message |
---|---|
ERROR_01 | Your post doesn't match all requirements: |
ERROR_02 | The post associated with the provided postId/link was not found |
ERROR_03 | You must be the owner of the post |
ERROR_04 | The post associated with the provided postId/link is outdated. Please submit a post with a publish date after |
INFO_01 | To complete this quest, your post needs to match the following requirements: |
Detailed
This quest will be met when a user submits a post that matches the required criteria, such as a minimum number of likes, reposts, views, comments, or a specific text.
Tags
ARRAY(0x55855a065dd0)