Has anyone created a Nostr bot framework? Looking for an event-driven model like this:
startBot({
signer,
onMention(note, thread) {},
onReaction(event) {},
// etc
})
Has anyone created a Nostr bot framework? Looking for an event-driven model like this:
startBot({
signer,
onMention(note, thread) {},
onReaction(event) {},
// etc
})