Advertisement ยท 728 ร— 90

Posts by Trotsky

Did you just compare a man born from a Jewish Ukrainian family to an actual nazi and a dictator who got him killed?

1 year ago 0 0 2 0

In Javascript Number.MIN_VALUE > 0 which makes it the most anti-capitalist programming language.

1 year ago 1 0 0 0

Our icon is a ๐Ÿ”จ, a nod to the builder pattern we use. Any resemblance to other symbols is purely coincidental.

1 year ago 2 0 0 0

Yes of course!

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()
```

1 year ago 4 0 0 0
await Trotsky.init(agent)
  .actor('nytimes.com')
  .followings()
  .save('nytimes_followings.json')
  .run()

await Trotsky.init(agent) .actor('nytimes.com') .followings() .save('nytimes_followings.json') .run()

Did you know you can use @trotsky.pirhoo.com to save someone's followings in just one expression?

Now you know ๐Ÿค–

1 year ago 3 0 0 0
Post image Post image Post image Post image

Happy to announce "Trotsky", a #JavaScript library designed for building automations on top of the ATProto/Bluesky API. It features a builder pattern for intuitive implementation and type safety to enhance autocompletion.

trotsky.pirhoo.com

1 year ago 22 6 3 4