Skip to content

Instantly share code, notes, and snippets.

@deepakness
Created May 6, 2025 17:24
Show Gist options
  • Save deepakness/0779ce91cf10da6d9747319b8003a563 to your computer and use it in GitHub Desktop.
Save deepakness/0779ce91cf10da6d9747319b8003a563 to your computer and use it in GitHub Desktop.
{
"repo": "{{ $('Bluesky Session').item.json.did }}",
"collection": "app.bsky.feed.post",
"record": {
"$type": "app.bsky.feed.post",
"text": "πŸŽ‰ New post: {{ $('RSS Feed Trigger').item.json.title }}\n\n{{ $('RSS Feed Trigger').item.json.link }}",
"createdAt": "{{ $json.currentDate }}",
"facets": [
{
"index": {
"byteStart": {{ ("πŸŽ‰ New post: " + $('RSS Feed Trigger').item.json.title + "\\n\\n").length }},
"byteEnd": {{ ("πŸŽ‰ New post: " + $('RSS Feed Trigger').item.json.title + "\\n\\n" + $('RSS Feed Trigger').item.json.link).length }}
},
"features": [
{
"$type": "app.bsky.richtext.facet#link",
"uri": "{{ $('RSS Feed Trigger').item.json.link }}"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment