Building a Nostr Relay Monitor with BigBrotr
There’s a wealth of data you can extract from a Nostr relay — why settle for less? Build a fully NIP-66 compliant monitor in under 80 lines of Python.
There’s a wealth of data you can extract from a Nostr relay — why settle for less? Build a fully NIP-66 compliant monitor in under 80 lines of Python.
Dumping every event from a Nostr relay should be simple — pick your filters, set a time window, iterate. With BigBrotr’s stream_events, it is.