Google Sites / Wiki Automation Scripts

Having fun playing with Google Sites API today. Audrey is setting up Wikis for different research areas to support her new Hack Education site. I am reviving my cloud computing research wiki. I am looking for new ways to keep sections of the wiki alive programatically. A couple ways I've brainstormed:
  • Links Page - Automatically update a page with links. Links would be pulled hourly from a Delicious account, or any other social bookmarking site with RSS feed or API. It would auto generate the page with all links alphabetically. It could either link directly to the URL of the bookmark or create a static page with title of link and add Title, Description, Tags and URL to the static wiki page on Google Sites.
  • Blog Section - Automatically pull the RSS feed from a desired blog or set of blogs and pull / update every hour and when new blog entry is found it adds to master list and creates a detail page for that blog. Then it would publish the blog entry to the static page with Title, Body, Tags, etc.
  • Image Gallery - Automatically update an image gallery page / section. Images would be pulled hourly from a Flickr account, or any other image sharing site with RSS feed or API. It would auto generate the page with all images with thumbnail and title sorted by popularity on the Google Sites page. It would then create a static page with image title and full size image, Title, Description, Tags and URL to the page on Google Sites.
These are just a couple of quick ideas for Google Site Automation Scripts that could be created using Google Sites API to help make Google Site / Wiki management easier.