A fully typed client for the Bluesky Jetstream (https://github.com/bluesky-social/jetstream) service.
A fully typed client for the Bluesky Jetstream service.
npm install @skyware/jetstream
import { Jetstream } from "@skyware/jetstream";
const jetstream = new Jetstream({
wantedCollections: ["app.bsky.feed.post", "app.bsky.feed.like"], // omit to receive all collections
wantedDids: ["did:web:example.com"], // omit to receive events from all dids
});
jetstream.onCreate("app.bsky.feed.post", (event) => {
console.log(`New post: ${event.commit.record.text}`)
});
jetstream.onDelete("app.bsky.feed.post", (event) => {
console.log(`Deleted post: ${event.commit.rkey}`)
});
// Other events:
// - "commit" (to receive all commits regardless of collection)
// - "identity" (identity update events)
// - `${collection}` (to receive all commits related to a specific collection)
jetstream.on("account", (event) => {
console.log(`Account updated: ${event.did}`)
});
jetstream.start()
Dhaaga - An indie SNS app that blends sleek design 💅, useful features ✨ and fun ways to discover and connect 🎉
Fix X/Twitter and Bluesky embeds! Use multiple images, videos, polls, translations and more on Discord, Telegram and others
a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky.
Unfollowers for Bluesky é uma aplicação web intuitiva que identifica usuários que não seguem de volta um determinado perfil na rede social Bluesky. Com uma interface simples, basta pesquisar pelo nome de usuário desejado, selecioná-lo e a plataforma exibirá rapidamente a lista de não-seguidores.
Git scraping of AT Protocol/Bluesky instances
Your Brand Here!
50K+ engaged viewers every month
Limited spots available!
📧 Contact us via email🦋 Contact us on Bluesky