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

API to allow updating content of an entry #2034

Closed
1 task done
yamada321 opened this issue Aug 23, 2023 · 1 comment · Fixed by #2121
Closed
1 task done

API to allow updating content of an entry #2034

yamada321 opened this issue Aug 23, 2023 · 1 comment · Fixed by #2121
Labels

Comments

@yamada321
Copy link

Related to #2033 but solve more generic use cases, e.g. highlighting certain keywords of an entry based on heuristics implemented outside of miniflux, options to "preprocess" a feed such as to 1) machine translate, 2) summarize via llm, 3) add other information like if the article is being discussed on certain forums.

In the current python API, I believe the only field that update_entries can alter is (un)read status.

This also could partially address the problem concerned in #1493 : to improve visibility of posts from feeds that update less frequently than the feed who flood the inbox. With a more capable API, it would be possible to have a simple scripted plugin who add visual cues or numerical weights for the articles of interest. (Although I believe implement a sorting outside of miniflux would have issues.)

Thank you.

@fguillot fguillot linked a pull request Oct 7, 2023 that will close this issue
2 tasks
@yamada321
Copy link
Author

Thank you so much! I haven't tried yet, but this is a life saver. I have been sheepishly altering the database directly via some cron jobs as a workaround, which is no more soon.

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

Successfully merging a pull request may close this issue.

1 participant