Oddbean new post about | logout
 `nak req --paginate relay.url` allows you to download a possibly unlimited amount of events from a relay, even if they impose some arbitrary limit per request.

See this and other tricks at https://github.com/fiatjaf/nak?tab=readme-ov-file#download-the-latest-50000-notes-from-a-relay-regardless-of-their-natural-query-limits-by-paginating-requests 
 I love nak, use it often, and have even used it to write several shitty bots 🥹
nostr:nevent1qqsg585nqccr94nn2l5dgy3zuexd3xw75ztk6watm2a0csuv3mw2tasppemhxue69uhkummn9ekx7mp0qgsrhuxx8l9ex335q7he0f09aej04zpazpl0ne2cgukyawd24mayt8grqsqqqqqplduuva 
 what is syntax for REPLYING to a noteid ?
nak req -i XXXXXXX | nak event --sec 9faxxxxxxx -c 'test finalreply3'   wss://some.lol 
 I'm not sure you should be using nak for such activities, but something like `nak event --sec <key> -k 1 -e $(nak decode | jq -r .id) -c 'reply' some.lol` would kinda work. 
 thanks - will use some UI then easier just for special posts ocasionally