pull down to refresh

You should be able to use top and type all IIRC with custom date range, and you'll want to cursor back slowly (sleeping every so often) until cursor is null.
If top doesn't support all, you can do posts and comments independently with top.
0 sats \ 1 reply \ @Scroogey 3h
There's something I don't understand about the cursor. Should it be opaque? Or should one look inside the base64 encoded data?
When I use a larger limit parameter (say 999 instead of the default 21), I get 999 sized chunks, but the cursor still 'steps' only 21, causing superfluous numbers of calls and duplicates in the results.
Only when I base64 decode the cursor and manually increase the offsets do I get the complete and unique set of results in a minimum number of calls. Is this intended?
reply
10 sats \ 0 replies \ @k00b 3h
Nah, it should be opaque. It's probably a bug where the offset isn't overridden.
reply