redlib icon indicating copy to clipboard operation
redlib copied to clipboard

✨ Feature parity: RSS feeds

Open thunder-coding opened this issue 1 year ago • 5 comments

How does this feature work on Reddit?

Reddit has RSS feeds for subreddits as well as users in format: https://reddit.com/r/reddit/.rss https://reddit.com/user/spez/.rss

Describe how this could be implemented into Redlib

Proxy and replace reddit with respective redlib instance URL

Describe alternatives you've considered

I am not aware of any alternatives

Additional context / screenshot

Irrelevant

thunder-coding avatar Feb 23 '24 07:02 thunder-coding

Came searching for this feature. Would be useful. I use freshrss for reddit posts.

golfhou avatar Mar 06 '24 15:03 golfhou

Would also be nice to clean up formatting (add in full post, proxy images, maybe even add comment support)...

maxexcloo avatar Mar 26 '24 02:03 maxexcloo

I also would love this. rss-bridge also currently has issues with accessing reddit, so it would be lovely to use redlib instead.

nickelswitte avatar Apr 04 '24 08:04 nickelswitte

This would likely require code to actually generate the RSS feed from the sub feed, instead of simply proxying the RSS feed (due to fingerprinting worries - mobile client does no fetching of the RSS feed). Happy to work on this since it seems highly requested. Will do some research into RSS feed mechanics in the coming week

Also this should likely be config-gated - I don't know if most users would want it on by default and it may cause a lot of bot traffic

sigaloid avatar Apr 07 '24 16:04 sigaloid

@sigaloid in case it helps your thought process on mapping Reddit fields to a useable RSS feed, I thought I’d link this project that did just that (back before the rules changed) https://github.com/trashhalo/reddit-rss

Rjvs avatar Apr 19 '24 07:04 Rjvs

:tada:

xfzv avatar Jul 21 '24 18:07 xfzv