reddit-rss icon indicating copy to clipboard operation
reddit-rss copied to clipboard

Are the "top?t=" parameters supported?

Open ghost opened this issue 2 years ago • 3 comments

I haven't yet managed to build in Docker — I prefer fetching reddit content sorted by either the daily, weekly, monthly (or even yearly) top on a per-subreddit basis (depending on the activity).

the strings:

top?t=day
top?t=week
top?t=month
top?t=year
top?t=all

for instance https://reddit.com/r/Games/top?t=day and https://reddit.com/r/linux/top?t=week


not listed under https://github.com/trashhalo/reddit-rss#query-params

ghost avatar May 23 '22 08:05 ghost

I want to request this too. Also the score limit on the main README file is weird because I usually like to see posts with upvotes MORE THAN a certain number and not less than it.

aderchox avatar Jan 18 '23 14:01 aderchox

It should be top?t=day => top.json?t=day

For example https://reddit.com/r/linux/top?t=week => https://reddit.com/r/linux/top.json?t=week

leon-zym avatar Feb 11 '23 07:02 leon-zym

@leon-zym It seems that it's not working correctly, most of the times the RSS list doesn't match the actual posts list, check this: https://www.reddit.com/r/rss/comments/108vt3u/is_this_a_bug_in_reddits_rss_feed_or_im_missing/

aderchox avatar Feb 11 '23 08:02 aderchox