public
Description: a post-receive hook to relay git commits to yammer
Homepage:
Clone URL: git://github.com/rboyd/git2yammer.git
name age message
file README Sat Mar 07 23:45:14 -0800 2009 Adding some docs related to oauth.conf [rboyd]
file git2yammer.rb Sat Mar 07 23:41:00 -0800 2009 Checking in code. [rboyd]
file post-receive-yammer Sat Mar 07 23:41:00 -0800 2009 Checking in code. [rboyd]
README
= git2yammer

== Developers
* {Robert Boyd} <rboyd at telematter dot com>

== Description
git2yammer enables you to broadcast your git commits to your company yammer account.

You need to read the Yammer API docs on how to get the consumer and access tokens and secrets.  I suggest you
create a new user just for your Git updates and authorize this app from there.

Once you have the required keys, drop them in a YAML file (default oauth.yml) like so:

consumer:
  key: YOUR_KEY_HERE
  secret: YOUR_KEY_HERE
  
access:
  token: YOUR_KEY_HERE
  secret: YOUR_KEY_HERE


== External Dependencies
 * yammer4r (0.1.2 -- git://github.com/jstewart/yammer4r.git)