Facts and how to use them
There are a lot of facts available that you can use in your rules. Below is a table of some of the most useful ones. To see all available facts, you can look in your Auto Moderator Logs.
Fact | Description | Example |
---|---|---|
post_text | Contains the entire text of the captured post | We keep our cats indoors but they LOVE grass so we bring some in every now and then. Toni was particularly excited today 😂 #aotearoapets |
post_author | The internal Bluesky DID of the author. Doesn’t change even if they change their handle. | did:plc:4h4vxzyu7h3aedk4wz4mat2v |
post_author_handle | The Bluesky handle of the post author. | fyodork.bsky.nz blueskyfeedcreator.com |
languages | The languages of the captured post. | en es fr |
detected_language | Tries to detect the language of the post text regardless of what language the author identifies it as. | zh es en |
labels | A list of labels that have been applied to the post. | nsfw porn nudity sexual |
alt_text | All the alt-text from all the images in a post. | A silver tabby is standing on her hind legs, with one paw touching a woman’s leg. She is holding a bundle of grass above the cat’s head and the cat is staring at it with her tongue out. |
embedded_link | If a post has embedded a link card, the URL will be shown here. | https://blueskyfeedcreator.com/documentation/ |
has_images | Does the post have at least one image. | true false |
has_gif | Does the post have an embedded GIF. | true false |
raw_post_view | Access the post’s raw data from the Bluesky API. | fact: raw_post_view path: $.likeCount |