Ferdinand

Results 6 comments of Ferdinand

> would we be able to build a javascript client for this? Hi did you manage to do it ? I would like to do the same thing

Hello @casaltenburg please, did you get it ?

yes, finally find the solution by doing this : ``` newMessage = v.Message quoted := newMessage.ExtendedTextMessage var msg string if quoted == nil { msg = newMessage.GetConversation() } else {...

> maybe highlight the issue and make a PR for this solution. Yes, I just made a pull request with other improvements, in particular the use of an api key...

Use openAi api key instead of browser. Check my code here: https://github.com/danielgross/whatsapp-gpt/pull/50

No I don't think so, because the program is essentially composed of 2 api, one in golang that will listen to the events of messages on your whatsapp and send...