Skip to content

Instantly share code, notes, and snippets.

@schmurtzm
schmurtzm / rss.gs
Created January 12, 2022 01:11 — forked from pfefferle/rss.gs
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/";