python-yammer-oauth
python-yammer-oauth copied to clipboard
Yammer API access through OAuth
About
A library for authorizing and accessing Yammer_ via OAuth.
.. _Yammer: https://www.yammer.com/
Requires OAuth_, simplejson_ and, if using proxy, pycurl_.
.. _OAuth: http://oauth.googlecode.com/svn/code/python/oauth/ .. _simplejson: http://simplejson.googlecode.com/svn/trunk/simplejson/ .. _pycurl: http://pycurl.sourceforge.net/
Note: The Yammer API methods seem to be designed for being used by users themselves rather than by bots. If your intention is to bring out material to, say, an intranet, don't forget to think about how to do it in order not to expose sensitive information (e.g. direct messages and multiple networks). Yammer has good defaults in this regard though.
License
MIT, as of version 0.1.1.
Previous versions, up to version 0.1, was licensed as GPL v3.