Re: [go-nuts] Re: Golang Messenger Bot frameworks

2017-02-22 Thread Nyah Check
Cool, I'll try that. On Wed, Feb 22, 2017 at 7:36 PM, Diego Medina wrote: > great!, I use their http api directly with Go and works really well. > > On Wed, Feb 22, 2017 at 1:31 PM, Nyah Check wrote: > >> Hi Diego, >> >> Here is the link: https://messengerchallenge.splashthat.com/ >> >> 2. iric

Re: [go-nuts] Re: Golang Messenger Bot frameworks

2017-02-22 Thread Diego Medina
great!, I use their http api directly with Go and works really well. On Wed, Feb 22, 2017 at 1:31 PM, Nyah Check wrote: > Hi Diego, > > Here is the link: https://messengerchallenge.splashthat.com/ > > 2. iric, Facebook uses https://wit.ai/ for their chat bots, and they have >> an http API so usi

Re: [go-nuts] Re: Golang Messenger Bot frameworks

2017-02-22 Thread Nyah Check
Hi Diego, Here is the link: https://messengerchallenge.splashthat.com/ 2. iric, Facebook uses https://wit.ai/ for their chat bots, and they have > an http API so using regular Go you don't need any sdk/framework > Yeah, I saw that. It appears there's a python API not Go. I'll try the regular HTTP

[go-nuts] Re: Golang Messenger Bot frameworks

2017-02-22 Thread Diego Medina
Hi, 1. Would help if you could post a link to the challenge/API 2. iric, Facebook uses https://wit.ai/ for their chat bots, and they have an http API so using regular Go you don't need any sdk/framework Thanks On Wednesday, February 22, 2017 at 8:15:19 AM UTC-5, Nyah Check wrote: > > Hi Gophers