Trotsky is a type-safe Javascript library to build automation at the top of ATProto/Bluesky API.
Assuming you have list with all your team members, you can do something like this:
```
Trotsky
.init(agent)
.list("at://did:xxx/app.bsky.graph.list/yyy")
.members()
.each()
.posts()
.take(10)
.each()
.when(mentionsRoomy)
.repost()
.run()
```
Assuming you have list with all your team members, you can do something like this:
```
Trotsky
.init(agent)
.list("at://did:xxx/app.bsky.graph.list/yyy")
.members()
.each()
.posts()
.take(10)
.each()
.when(mentionsRoomy)
.repost()
.run()
```