Skip to content

Instantly share code, notes, and snippets.

@PSingletary
Forked from iameli/streamplace.json
Created May 22, 2025 22:53
Show Gist options
  • Save PSingletary/26ff16e4841e0e3f67ffdb44542dec5e to your computer and use it in GitHub Desktop.
Save PSingletary/26ff16e4841e0e3f67ffdb44542dec5e 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