Skip to content

Instantly share code, notes, and snippets.

@iameli
Created May 22, 2025 20:51
Show Gist options
  • Save iameli/764cd2742b4ee4c3e9051e879c15b993 to your computer and use it in GitHub Desktop.
Save iameli/764cd2742b4ee4c3e9051e879c15b993 to your computer and use it in GitHub Desktop.
Graze custom feed for Streamplace
{
"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