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