Has anyone made a nostr app or tool that will download a complete data dump of every event you've created and events that reference those? For local search...
If not I'ma bout to get down and dirty with some scripting and grep 😂🚀
Has anyone made a nostr app or tool that will download a complete data dump of every event you've created and events that reference those? For local search...
If not I'ma bout to get down and dirty with some scripting and grep 😂🚀
i got a 180gb dump of events from semisol a while back, that would take a while to grep lol
Please do this
There’s a command line tool called websocat that you can use to pipe WebSocket output to standard output. I’ve used it to slurp some content, but haven’t used it to grab everything.
Problem is that most relays will limit the number of events they return, so you have to make multiple requests to get everything, for example by adding timestamp ranges.
Can I get this as a relay.tools API instead of native, kthxbai
Something like https://github.com/bordalix/nostr-backup ?
You can probably do it easily using nosdump
nosdump --authors your_npub wss://relay.example
nosdump --tags p:your_npub wss://relay.example