2022-01-01から1年間の記事一覧
PublicになっているScrapboxを利用している場合は、RSS Feedを1日1回チェックして投稿するプログラム(lambdaでも、GASでも)を書いてハイ終了、です。今回のケースでは、Scrapboxを業務利用していて、閲覧には認証が必要という状況。インターネット側からRS…
ossanfmのRSS feedを取得するコード const ns_itunes = XmlService.getNamespace("itunes","http://www.itunes.com/dtds/podcast-1.0.dtd"); const response = UrlFetchApp.fetch('https://ossan.fm/feed.xml'); const xml = XmlService.parse(response.getC…