-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Feature parity: RSS feeds #57
Comments
Came searching for this feature. Would be useful. I use freshrss for reddit posts. |
Would also be nice to clean up formatting (add in full post, proxy images, maybe even add comment support)... |
I also would love this. rss-bridge also currently has issues with accessing reddit, so it would be lovely to use redlib instead. |
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 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 |
🎉 |
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
The text was updated successfully, but these errors were encountered: