Skip to content

Instantly share code, notes, and snippets.

@patcon
Created July 26, 2013 19:00
Show Gist options
  • Save patcon/6091371 to your computer and use it in GitHub Desktop.
Save patcon/6091371 to your computer and use it in GitHub Desktop.
Idea: Create tool to convert Know Your Company emails into word clouds

KYC Word Cloud Generator

Know Your Company is a service being piloted by 37signals, which aims to help employees at medium sized businesses stay connected. It sends regular weekly emails, to which reply is optional. These emails ask either stand-up-type questions or fun get-to-know-one-another questions, and later compile them into a nice message and sends it out to everyone.

Sometimes these emails are too long, and so it seems helpful to create a word cloud that can be posted to a company network, such as Yammer.

This gist will log the ideation until a real repo is created, if this happens at all.

Resources:

Notes

The idea is that the Zapier Scripting API (linked in Resources) could be used to transform the Email into a wordcloud that could be posted to the company network. The transformation could be done by a separate app, likely hosted by Heroku. This app could receive the Zapier payload, find the body of the message, filter out unimportant content, and generate the wordcloud that would be hosted somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment