Skip to content

Instantly share code, notes, and snippets.

@pfefferle
pfefferle / rss.gs
Last active November 8, 2022 20:53
function doGet() {
// What is the original language of the RSS Feed
var fromLang = "de";
// What is the destination language
var toLang = "en";
// Enter the full URL of the RSS feed
var rssFeed = "https://notiz.blog/feed/";