Skip to content
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

Closed
thunder-coding opened this issue Feb 23, 2024 · 6 comments · Fixed by #90
Closed

✨ Feature parity: RSS feeds #57

thunder-coding opened this issue Feb 23, 2024 · 6 comments · Fixed by #90

Comments

@thunder-coding
Copy link

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

@golfhou
Copy link

golfhou commented Mar 6, 2024

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

@maxexcloo
Copy link

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

@nickelswitte
Copy link

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

@sigaloid
Copy link
Member

sigaloid commented Apr 7, 2024

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 sigaloid mentioned this issue Apr 9, 2024
3 tasks
@Rjvs
Copy link

Rjvs commented Apr 19, 2024

@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

@xfzv
Copy link

xfzv commented Jul 21, 2024

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants