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...
@skyware.js.org
A collection of JS/TS utility libraries for the AT Protocol. https://skyware.js.org
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"!
22.03.2025 17:58 — 👍 3 🔁 0 💬 0 📌 0If 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.
20.09.2024 14:37 — 👍 5 🔁 0 💬 0 📌 0Introducing @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.