What is the best tool to scrape all relays for specific events as a one-off task?
For example I have a list of 50 relays and want to know which version (event id) of my profile is stored on each of them.
My current approach is to go to https://nostr.info/relayr/ , patch the `ws.onmessage` callback to `console.log` what I need and then to either use the UI or further call on the dev console what the UI would call.
Fellow nostr devs, how do you do this?
Discussion
No replies yet.