alpha
Login
or
Join now
andri.dk
/
n8n-nodes-atproto
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/andrioid/n8n-nodes-atproto. atproto node for n8n
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
n8n-nodes-atproto
/
nodes
2 folders
at
main
Andri Óskarsson
fix(atproto): name the PDS in errors and parse rate-limit timing
4w ago
0a732263
Atproto
fix(atproto): name the PDS in errors and parse rate-limit timing Repo reads can route to a foreign PDS, so an error (e.g. a rate limit) could come from a server other than the user's own. Tag every XRPC call with the host it was dispatched to and surface it in the message. Read the rate-limit reset from the `ratelimit-reset`/`retry-after` headers instead of scraping the message string, and use friendlyError on the throw path so the helpful message shows outside continueOnFail mode too.
4 weeks ago
Bluesky
feat: external link-card embeds for Bluesky posts Add app.bsky.embed.external support to the Bluesky node's Post > Create operation, with OpenGraph auto-scrape. - new external.ts: dependency-free OG scraper (parseOpenGraph) plus fetchExternalMetadata / fetchThumbnail wrappers over global fetch - createPost emits app.bsky.embed.external and rejects image+external (a post's embed is a single union) - node options: External Link URL, Auto-Scrape Link Metadata (default on), Link Title/Description overrides, Link Thumbnail Binary Property - scrape failure is fatal to the item; thumbnail is best-effort (skipped on failure or above Bluesky's 1 MB blob limit)
1 month ago