Usage examples for the BigBrotr library, a modular Nostr network observatory.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtSome examples may require additional files (e.g. GeoLite2 databases). Check the docstring at the top of each script for details.
| Script | Description |
|---|---|
| stream_events.py | Stream all events from a relay in chronological order |
| monitor_relays.py | Run NIP-11/NIP-66 health checks and publish results as Nostr events |
Each script is self-contained with configurable parameters defined at the top of the file.