rboyd / git2yammer
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit a1726939c41c061468394650d5b07a1c5f73018f
tree 1fe23477f457a762a2a7f7b1fbb6b69449fb15ba
parent c0628ed7e5d2717c6956533982354e495996b56c
tree 1fe23477f457a762a2a7f7b1fbb6b69449fb15ba
parent c0628ed7e5d2717c6956533982354e495996b56c
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
git2yammer.rb | ||
| |
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)

