rboyd / git2yammer

a post-receive hook to relay git commits to yammer

This URL has Read+Write access

rboyd (author)
Sat Mar 07 23:45:14 -0800 2009
commit  a1726939c41c061468394650d5b07a1c5f73018f
tree    1fe23477f457a762a2a7f7b1fbb6b69449fb15ba
parent  c0628ed7e5d2717c6956533982354e495996b56c
name age message
file README Loading commit data...
file git2yammer.rb
file post-receive-yammer
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)