Diego Dorgam

Results 10 comments of Diego Dorgam

Any progress on this?

Hi guys, @kengz @llwp @Ya-Ri, happy to see this here, I've just made a Rocket.Chat connection, here are some tricks and tips. in `config/defaul.json` (or whatever file your using) just...

Having trouble to receive the direct messages also. Using docker image `opsdroid/opsdroid:latest` running opsdroid connected to my self hosted matrix server, with the configuration: ``` connectors: matrix: mxid: "@droid:chat.domain.com" password:...

Awesome @MatheusFaria! Thks for this. I'll take a look this weekend and try to merge it. About the package-lock, we need it to keep track of all dependencies, and have...

Started a new package on NPM https://www.npmjs.com/package/hubot-natural Still it isn't possible to add it as an external script to be used as a simple hubot package, somethings need to be...

Would be cool, one way to do this is abstracting the adapter methods calls, in a lib file for example, where the methods could be switched according to the actual...

Totally, in fact I think that once we do have a manager interface for bots, the server could use a ddp event to check if the bot is online and...

Hi there everyone, I was just studying this subject and found some real interesting stuff about NER that I want to share: - [Vector Representations of Words](https://www.tensorflow.org/tutorials/word2vec) - [Distributed Representations...

how is this going @Hugo-ter-Doest ? do you had any progress on this?