Like and Repost @atproto.boston

When @atproto.boston shares a Bluesky post, like and repost it.

app.bsky.feed.post
Lexicon
app.bsky.feed.post
Operations
Record created
Watched repos
  • did:plc:pqerwmnouevyltxyoayhholf

Conditions

  • event.did equals did:plc:pqerwmnouevyltxyoayhholf

Actions (2)

Create a recordAction 1#1- Like the post

Target Collection
app.bsky.feed.like
Record Template
{
  "subject": {
    "cid": "{{event.commit.cid}}",
    "uri": "{{event.uri}}"
  },
  "createdAt": "{{now}}"
}

Create a recordAction 2#2- Repost the post

Target Collection
app.bsky.feed.repost
Record Template
{
  "subject": {
    "cid": "{{event.commit.cid}}",
    "uri": "{{event.uri}}"
  },
  "createdAt": "{{now}}"
}