Created
May 6, 2025 17:24
-
-
Save deepakness/0779ce91cf10da6d9747319b8003a563 to your computer and use it in GitHub Desktop.
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
{ | |
"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