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

[idea] Generate a link feed from favorite entries #103

Open
facundoolano opened this issue Jul 9, 2024 · 0 comments
Open

[idea] Generate a link feed from favorite entries #103

facundoolano opened this issue Jul 9, 2024 · 0 comments
Labels
design feature New feature or request

Comments

@facundoolano
Copy link
Owner

I think it would be interesting to optionally expose the list of favorited urls as a feed (rss and/or json) that could be consumed by external applications. E.g. maybe someone else wants to to follow your favorites as an rss feed, or you want to build a link blog in a personal website using the json endpoint as a data input. A somewhat related feature would be to publish your list of followed sites as an OPML + json endpoint.

I haven't figured out the right approach to this (thoughts appreciated!), but some ideas I had:

  • marking some feeds with a private flag (to be excluded from public feeds) and then adding a user config flag to explicitly enable the favorite feed endpoint.
  • alternatively, always expose the endpoint but password or auth-token protect it.
@facundoolano facundoolano added feature New feature or request design labels Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant