Translate Feed
Could you add an option to translate the feed to a different language using an external application?
Translation sounds like a good idea for a filter. Obviously it's infeasible to run a translation model locally embedded in rss-funnel, so it will have to rely on some API. However, maintaining manys provider could be laborious, so let me survey a bunch API providers before deciding which one to implement. Please make suggestions!
Besides, any API calling filters should be optimized to avoid repetitive calling the API for the same content, which would wasteful and hurts the response time of the rss endpoints. So I will only consider implementing this feature after I implemented article caching.
While this feature is currently still not available in rss-funnel, you can look into tools like https://www.rsstranslator.com/en/, which I didn't try but seem relevant.
Great service, I'm going to try it. Thank you very much!!!