I'm trying to download my yammer feed using Python (actually trying to do it in R but can't figure that out either) and I can't get the yampy module to import. I installed yampy using "python -m pip install yampy" in the command line but when I try to run the import statement I get the following error:
import yampy
File "C:\Python34\lib\site-packages\yampy__init__.py", line 22, in from authenticator import Authenticator ImportError: No module named 'authenticator'
Anybody know how what is going on?