Sync Tangled follow to Bsky
When I follow someone on Tangled, follow them on Bluesky if they have a profile
- Lexicon
sh.tangled.graph.follow- Operations
- Record created
- Watched repos
{{self}}
Data Sources (2)
hasBskyProfile— Make sure the profile exists- Lookup
at://{{event.commit.record.subject}}/app.bsky.actor.profile/self
- Continue only if the record is found
notAlreadyFollowedOnBsky— Make sure I do not already follow them on Sifa- Collection
app.bsky.graph.follow- In repo
{{self}}- Where
subjectequals{{event.commit.record.subject}}
- Continue only if no matching record is found
Actions (1)
Follow on BlueskyAction 1
- App
- Bluesky
- Collection

app.bsky.graph.follow- Subject DID
{{event.commit.record.subject}}