stealth icon indicating copy to clipboard operation
stealth copied to clipboard

Complete example

Open luizcarvalho opened this issue 6 years ago • 19 comments

A good idea would be a complete sample of chatbot using Stealth Complete samples is a awesome way to start and learn fast.

Sample trivia, or weather reporter, or another.

PS: congratulations form this project this is fantastic, I'm very excited to use in my chatbot projects and help it grow.

luizcarvalho avatar Jun 27 '18 13:06 luizcarvalho

Hey @luizcarvalho - Thanks for the kind words and we couldn’t agree more!

We’re actually working on that right now and I’ll keep you updated when we post our full examples.

matthewblack avatar Jun 27 '18 13:06 matthewblack

Awesome... very very thanks. And congrats again.

luizcarvalho avatar Jun 27 '18 14:06 luizcarvalho

@matthewblack any simple example ready? I really would use Stealth to my next project, and contribute to this fantastic project.

luizcarvalho avatar Jul 10 '18 14:07 luizcarvalho

Hey @luizcarvalho - We're still working on our examples. I'll ping you shortly when they're ready! Thanks for being awesome.🥇

matthewblack avatar Jul 11 '18 14:07 matthewblack

@matthewblack fantastic, thanks... I promises, I will be more patient :P, sorry. I'm very excited!! :laughing:

luizcarvalho avatar Jul 11 '18 14:07 luizcarvalho

Any news here? I wonder how I can use Stealth. A simple "hello world bot" would be great.

nicoh avatar Sep 11 '18 15:09 nicoh

Coming really soon, we promise 🖤

mgomes avatar Sep 12 '18 15:09 mgomes

Heelloo friends,

I started a post serie about chatbot development with Stealth, we have just 2 posts in pt-BR. I'll give a code example of stealth project too =)

PART 1: https://medium.com/v%C3%ADdeos-de-ti/parte-1-stealth-crie-chatbots-incr%C3%ADveis-com-ferramentas-que-voc%C3%AA-conhece-e-adora-f46e1f9c6a5c

Part 2: https://medium.com/@luizcarvalho/desenvolvendo-seu-primeiro-chatbot-utilizando-o-framework-stealth-dbf1be1508c0

=)

luizcarvalho avatar Oct 22 '18 16:10 luizcarvalho

@luizcarvalho - This is so awesome!! We'll make sure to tweet about it on our Twitter account.

matthewblack avatar Oct 22 '18 19:10 matthewblack

Amazing =D

luizcarvalho avatar Oct 22 '18 20:10 luizcarvalho

Muito legal, obrigado!! 💪 ❤️

mgomes avatar Oct 24 '18 15:10 mgomes

hello, can we create our own service instead of facebook and twilio @mgomes

narender2031 avatar Nov 13 '18 07:11 narender2031

@narender2031 yes you can. I did this as we have our own client and interface we were using and I integrated stealth as a micro service.

You need to create your own service gem. I cloned the twilio example and modified it to connect to my existing API.

https://github.com/hellostealth/stealth-twilio

ghost avatar Nov 13 '18 07:11 ghost

can you show me an example how you did this

narender2031 avatar Nov 13 '18 07:11 narender2031

@narender2031: Moving this conversation over to #122.

ghost avatar Nov 13 '18 07:11 ghost

Sorry to bump this up, but here we are. Stealth seems feature rich and it ticks a billion boxes for me, but I admit that it's lacking in concrete examples and AFAIK I can't exactly get a simple test mode, say open an irb console and "talk" to the bot.

Am I missing one huge trick or is this the case?

Assuming otherwise, I'll look around, but I guess having at least one configured service is the minimum requirement to give Stealth a spin. What's the simplest possible service that you guys know of that I could look at and adapt for a quick prototype?

Thanks for reading :)

dramalho avatar Oct 06 '19 20:10 dramalho

@dramalho with the upcoming release of Stealth 2.0, we are planning on releasing some screencasts to take one through the full cycle of a bot. Unfortunately none of these are available now. We kind of just assumed Stealth 2.0 would be finished sooner and we didn't want to spend too much time making videos for an older Stealth version. Live and learn I guess.

As for a "simple" test service you can use via console, that is not something we offer. It's also not on the roadmap. Happy to add something like that to our README if someone builds it, but I think building an entire chat service via console isn't something I personally need and isn't as simple as you suggest.

I'd recommend getting a Messenger or Twilio bot going for your testing. That's where it would be deployed anyway and so it's always best to test it on the platform your are developing for. Facebook Messenger is more feature rich, but the Twilio SMS route will be simpler for you to get going.

mgomes avatar Oct 07 '19 15:10 mgomes

As for a "simple" test service you can use via console, that is not something we offer. It's also not on the roadmap. Happy to add something like that to our README if someone builds it, but I think building an entire chat service via console isn't something I personally need and isn't as simple as you suggest.

Right, I meant something as simple as (1) start a session (2) get a controller to just '.say(something)` and get replies synchronously .. as prototypes go that's probably fine and for dev work (or while offline, who doesn't to work from the plane right :) ) it would be fine

But the fact that you're telling me it's not as simple as I'm imagining is telling - at least of my ignorance ;)

So, unfair question, any timeframe for 2.0? How much of a re-haul is it, like to I hit that learning curve now or wait a bit for the new one?

dramalho avatar Oct 07 '19 15:10 dramalho

Sorry, like I said, I'm kidnapping this issue a little bit. I'm trying to get a feel from you guys on how I might move, once I come to grasp with things, I'm more than happy to give back in work too , not completely free loading here.

But I admit between the readme and the doc site, it felt like something is missing, and in that sometimes it's easier to ask :)

(disclaimer and thanks)

dramalho avatar Oct 07 '19 15:10 dramalho