for await (const post of bot.iterateUserPosts("futur.blue")) { console.log(post.uri, post.text); }
Been a while! Small update to @skyware/bot: new `iterate*` methods for all endpoints that return a cursor
skyware.js.org/docs/bot/cla...
for await (const post of bot.iterateUserPosts("futur.blue")) { console.log(post.uri, post.text); }
Been a while! Small update to @skyware/bot: new `iterate*` methods for all endpoints that return a cursor
skyware.js.org/docs/bot/cla...
Make sure you update @skyware/firehose to 0.4.0 to subscribe to the "account" event that has replaced "migrate"/"tombstone", and "identity" that has replaced "handle"!
If you're using @skyware/jetstream, make sure to update to 0.2.0 โ property names have changed and earlier versions will stop working one week from now!
More info: github.com/bluesky-soci...
@skyware/bot 0.3.3 brings support for video, and @skyware/labeler 0.1.7 includes an important fix to querying labels.
Introducing @skyware/jetstream โ a type-safe Jetstream client!
Make sure to check out the Getting Started guide for a low-bandwidth firehose alternative!
Also just released is @skyware/bot 0.3.2 with support for starter packs, getting post quotes, and various bug fixes.
Full changelog here!
Introducing @skyware/labeler โ a lightweight TypeScript labeler server!
Check out the Getting Started guide to start setting up your own labeler.
@skyware/bot 0.2.0 โ You Wouldn't Label a Clipclop
- Subscribe to and publish labels (requires active Ozone instance)
- Send and receive messages (guide)
Full changelog