Skip to content

kuma/google-chat-g-suite-update-rss-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

google-chat-g-suite-update-rss-bot

It says bot in the name, but it is not actually. It is an App Script that fetches RSS feed from G Suite Update Blog and posts a message to Google Chat room via WebHook if there are new posts.

How to Set Up

  1. Create a new App Script project from here
  2. Copy & Paste the script to the new project you've created.
  3. Open Google Chat and define a webhook in the room you desire to post to. Instructions
  4. Copy & Paste a WebHook URL here:
// Webhook URL of the Google Chat room
var WEBHOOK_URL = "here";
  1. Set up a Time-driven trigger. Instructions
  2. Done!

About

It says bot in the name, but it is not actually.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published