Created
May 22, 2025 20:51
-
-
Save iameli/764cd2742b4ee4c3e9051e879c15b993 to your computer and use it in GitHub Desktop.
Graze custom feed for Streamplace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"order": "new", | |
"manifest": { | |
"filter": { | |
"and": [ | |
{ | |
"or": [ | |
{ | |
"regex_matches": [ | |
"text", | |
"streamplace", | |
true | |
] | |
}, | |
{ | |
"entity_matches": [ | |
"mentions", | |
[ | |
"stream.place" | |
] | |
] | |
}, | |
{ | |
"entity_matches": [ | |
"hashtags", | |
[ | |
"streamplace" | |
] | |
] | |
}, | |
{ | |
"regex_matches": [ | |
"reply", | |
"plc:rbvrr34edl5ddpuwcubjiost", | |
true | |
] | |
}, | |
{ | |
"regex_matches": [ | |
"embed.record.uri", | |
"plc:rbvrr34edl5ddpuwcubjiost", | |
true | |
] | |
} | |
] | |
} | |
] | |
} | |
}, | |
"custom_sort_settings": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment