Funny, we just built a bot for my startup. Not sure exactly what you're trying to accomplish, but we just needed something fairly simple. I know we looked at hubot and a few others, but ended up just creating our own since our needs were not complex. We mimic rails routes to mount responders that end up just being glorified regular expressions to run code that generates the responses. Hit me up if you're interested in walking through what we ended up with.
On Friday, June 24, 2016 at 1:31:28 PM UTC-7, mr.jonc wrote: > > Anyone built any bots lately? We're about to build a dumb bot (narrow > domain and basically pre-generated responses) and I'm getting a lay of the > land. > > There are a few grassroots open source projects out there like > https://github.com/itsabot > > And there's the microsoft bot framework which will definitely do the > trick, but I believe you have to run your bot with them and to test it well > you have to build it on a windows machine to run their emulator. > > The new facebook messenger bot framework only works with facebook, but it > looks like the proprietary stuff they use under the hood can work anywhere: > https://wit.ai/ > > > So that's about as far as I've gotten. Anyone have any alternatives, > strong opinions or relevant experience? > Thanks, > --Jon > -- -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby --- You received this message because you are subscribed to the Google Groups "SD Ruby" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
