NGRP / node-red-contrib-viseo

Node-RED nodes OpenSourced by VISEO Technologies
Apache License 2.0
227 stars 83 forks source link

No instructions on how to get going #59

Closed TotallyInformation closed 6 years ago

TotallyInformation commented 6 years ago

OK, so you have some instructions for installation. But what then? Nothing?

JpEncausse commented 6 years ago

All the documentation is in the wiki: https://github.com/NGRP/node-red-contrib-viseo/wiki/Getting-started#user-content-installation

It will be improved (for windows) later

TotallyInformation commented 6 years ago

Thanks, I've followed all that and - as per my other issue - even got it working on Windows. However, there are no instructions on how to set up a bot using your framework.

JpEncausse commented 6 years ago

In a nutshell, you put a botbuilder server then you pipe messages.

Documentation for bots is in botbuilder folder: https://github.com/NGRP/node-red-contrib-viseo/tree/master/node-red-contrib-botbuilder

It will be updated, cleaned and moved later

samuelguesnier commented 6 years ago

Yes it would be great if we had a tutorial ! ;) For example how to handle facebook payload ( to say hi {name})

JpEncausse commented 6 years ago

Hi, Did you follow the documentation of My First Bot ? https://github.com/NGRP/node-red-contrib-viseo/wiki/My-first-bot

To add the {name} you'll have to add the Profile node

samuelguesnier commented 6 years ago

Hey ! Yes the bot is working but I maybe need to practice to fully understand