8000 GitHub - coracle-social/navigatr: A utility for scraping the nostr network
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

coracle-social/navigatr

Repository files navigation

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)
  })

About

A utility for scraping the nostr network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0