Whats the dowload link for all nostr events in jsonl? Someone shared this a while ago, i need this to test some things in citrine

Also of you get some crazy reqs in your relays in the next few days its probably me trying to make something to download events from a specific user

Reply to this note

Please Login to reply.

Discussion

You can use the command line tool websocat to make a REQ and then pipe the returned events to a file.

Something like this:

echo β€˜[β€œREQ”,…]’ | websocat > output.json