0.0.3 • Published 5 months ago

navigatr v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Navigatr version

A utility for scraping the nostr network. Please be considerate with your limits and filters, since this will open a connection to every relay it can find.

export const nav = new Navigator({
  timeout: 10_000,
  relays: ['wss://relay.damus.io', 'wss://relay.snort.social'],
  filters: [{kinds: [1], limit: 10}],
})

nav.scrapeAll()
  .then(events => {
    nav.cleanup()

    console.log('done', n.events.size)
  })
0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

8 months ago