This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Sat Mar 07 23:45:14 -0800 2009 | |
| |
git2yammer.rb | Sat Mar 07 23:41:00 -0800 2009 | |
| |
post-receive-yammer | Sat Mar 07 23:41:00 -0800 2009 |
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)







