RocketChat / Rocket.Chat

The communications platform that puts data protection first.
https://rocket.chat/
Other
39.3k stars 10.07k forks source link

Bot platform adapter for Botpress #5772

Open engelgabriel opened 7 years ago

engelgabriel commented 7 years ago

I am pretty impressed by www.botpress.io

https://docs.botpress.io/creating-a-module.html

lesyk commented 6 years ago

there is some try here: https://github.com/labzone/botpress-rocketchat

timkinnane commented 6 years ago

The recent release of our Node.js SDK with a platform agnostic driver for building bots on Rocket.Chat should unlock potential for this issue. We're hoping to make progress from upcoming Google Summer of Code projects but also encourage any interested community members to check out the SDK and start building for their preferred platform.

Get the SDK

See examples implementation in Hubot adapter

timkinnane commented 6 years ago

@arthurTemporim - same here as #9937

I've invited anyone from the Botpress community slack to join a new #bp-rocketchat channel there and follow this issue too. Hopefully some who are more familiar with that end can reach out and help meet us in the middle.

mnlbox commented 5 years ago

@timkinnane Any plan for this?

timkinnane commented 5 years ago

@mnlbox there's been a lot of progress actually. @diegodorgam can you update this ticket, link to the connector and maybe close if it's production ready. Probably needs a docs update too.

timkinnane commented 5 years ago

@mnlbox please see https://github.com/RocketChat/botpress-channel-rocketchat

It's a shame nobody will update this issue.

samyomar commented 4 years ago

we are really interested to know what is the progress so far in botpress and rocket chat integration.

nealgist commented 4 years ago

Hi there, is there any update on this? Unfortunately the botpress-channel-rocketchat is several versions behind botpress now.

JackNWeems commented 3 years ago

I'm interested in doing some development on this but have no idea where to start. Is there anyone who can point me in the right direction?

FrankDaze commented 2 years ago

I just wrote a Rocket.Chat app for a botpress connection. You can chat with the bot in a direct message. It's really easy to setup the connection.

My only problem is to receive the app settings on update. I can't find our how to use onSettingsUpdate event to do that.

FrankDaze commented 2 years ago

Ok, I fixed my problem. I fill the app settings in public static variables and this variables can be updates in onSettingsUpdate event.