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 😂🚀

Reply to this note

Please Login to reply.

Discussion

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

As in like give me a complete data dump and all associated events *specifically from the domain at which I choose to participate in relay.tools relays at

Just a dump? I am still waiting to see if #asknostr has a tool for this yet before I start getting all distract.. 😎

nostrsync might be a good place to start

https://nostrsync.live/

https://github.com/iefanx/NostrSync

You can probably do it easily using nosdump

nosdump --authors your_npub wss://relay.example

nosdump --tags p:your_npub wss://relay.example

https://github.com/jiftechnify/nosdump