Site icon Android Tutorial Online

Generates a new RSS feed from an existing RSS feed with AI-generated summary and translation

Add summary and translation to an RSS feed

This project loads an RSS feed, summarizes each entry (blog post or podcast) into a list of key takeaways (using Kagi Universal Summarizer), translates the original content of the post (using DeepL) and generates the new feed with summary and translation.

Various configurable properties are hard-coded in Main.kt, the entry point of this project:

Run Main.kt with an RSS feed URL as the first argument.

Future work

GitHub

View Github

Exit mobile version