Add import script

This commit is contained in:
Jon Staab
2026-02-06 09:34:14 -08:00
parent 0fc7208a7a
commit 55fcb5e52b
3 changed files with 235 additions and 1 deletions
+6
View File
@@ -107,6 +107,12 @@ pubkeys = ["d9254d9898fd4728f7e2b32b87520221a50f6b8b97d935d7da2de8923988aa6d"]
can_manage = true
```
## Scripts
After running `just build`, a number of scripts will be available:
- `./bin/import` takes JSONL events on stdin and imports it into the given virtual relay
## Development
See `justfile` for defined commands.