JustinaPetr / Weatherbot_Tutorial

275 stars 447 forks source link

Issue with integration between Rasa with slack #38

Closed SivaLokam closed 5 years ago

SivaLokam commented 5 years ago

Hi, Many thanks for the video and the code, It was really helpful I used your code and able to run to execute as Rest server

When I want to integrate My bot with Slack,I tried using run.py ( from teh [Latest release of Rasa NLU and Rasa Core]

But When I run the file and see the console only below part is getting displayed rasa

Can you help me with sample code to open Slack Channel and integrate my bot with slack

JustinaPetr commented 5 years ago

Hey @SivaLokam. That's all good. When you see this in your console, it means that the agent is loaded and is waiting for user messages which should be passed in through slack. Once you will send a message, you should see in your console that the Rasa Core server got a request with a message. The output message will also be sent back to slack rather than your console.

SivaLokam commented 5 years ago

@JustinaPetr ,Thanks for the reply,Yeah it was working and I integrated my bot with slack too 👍

JustinaPetr commented 5 years ago

Awesome! Glad to hear :)