-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yammer Integration With Hubot #28
Comments
Hi @krishna1990fis Have you look at the Readme? It explains more in details how to setup Hubot: https://github.com/athieriot/hubot-yammer |
Hi @athieriot Thanks for your reply, currently i have hubot running locally in my machine and i am able to have the communication with hubot from command prompt after starting hubot from bin\hubot Now for yammer integration i have done following things.
since my hubot is in my local machine, i have set NON-HEROKU Environment Variable with all above setup, im still not able to get reply from the hubot when i post some questions in yammer public group. Please reply if i have missed out some configuration. Thanks a lot, |
I think the README mention that the launch command is:
And it is seperated from installing stuff using npm. Have you tried that one? |
Also i have copied yammer.coffee script inside script folder of myhubot. |
This should not be necessary and will be available when doing
What does return: |
I'm sorry but it looks like it doesn't even start hubot. Both your commands ends not finding hubot at all |
where should i run this command, in my user account or inside hubot directory. 1.when i run this from my user account in command prompt, it gives me error as mentioned in above comment |
to find hubot we need to enter into the hubot directory and start hubot by typing bin\hubot command |
Ah ok that's better. So know that the And now you probably need to export HUBOT_YAMMER_ACCESS_TOKEN again. |
how to get rid of heroku stuff here, all of a sudden this got popped up. i even tried deleting this from the node-module. But it again created after running the above command. |
The last error means you already have another service running on port 8080 and so something that tries to run it fails. Can it has to do with As I am guessing you are not publishing on heroku at the moment but running on your computer, you will need to export the environment variable requested (With a dummy) not to have the error. I never use hubot heroku keepalive so I won't be super useful with it I'm afraid |
last error somehow disappeared, but the second one is still their. I think one last step im struck. |
You can't just use this command line on your computer if you don't have the heroku tool belt installed. Try using any other value. Like literally anything. "blabla" |
i tried giving some random value, but its not going (export HUBOT_HEROKU_KEEPALIVE_URL="aaaaaaaa") I thank you very much for helping me out with the setup, thank you so much once again. Krishna P |
@athieriot what next ? it is not doing anything, how do i proceed now ? Do i need to post some message in the yammer public group i have created ? Please suggest. Thank you |
Good news. So normally, Hubot should now respond in the "chatbot_Hubot" group in Yammer. I believe that it will answer to the name you passed as "-n" argument. So could you try:
Or
|
@athieriot Hi, After following all the steps properly, i am still not able to communicate with the hubot from yammer group. Let me list the steps i have done so far.
|
Hi,
I am new to the hubot and want to integrate my hubot with yammer, Can u please tell me the procedure step by step. I know their are adoptors available for that purpose, but i dont know how to use adaptors to talk to hubot from yammer.
Thanks,
Krishna P
The text was updated successfully, but these errors were encountered: