mleku ✝Ⓐ☯︎ @mleku - 22d
i'm almost finished writing an export function for #realy that lets you pick out a specific pubkey's authored events to back up, or the "users" which is the whitelisted users, designated by the "owners" follow list of course my database has some 50gb in it so it takes a while, but it's pretty cool... 11mb so far of my follows events and 700kb of my own... pretty sure there is more in there later on so i'm just gonna let it run to the end and do something else will be pushing this commit soon... if there was an easy way to use nostr auth on a web connection #asknostr then i could expose this feature of the relay so anyone can literally do this from a public relay endpoint (https instead of wss) with the path `/export/<mypubkeyhex>` i wanted to finish this specific feature anyhow, since after all a relay operator could run a web service to proxy this via using some tunnel to allow an authed user to get at it or whatever, but just to have the feature is useful anyway iti can do this all in parallel also, but obviously it scans the entire database so it can take a while and not send data for lots of the time, it only sends events that have the matching author pubkey