José Augusto Bolina

Results 68 comments of José Augusto Bolina

Have you guys seen this implementation? https://github.com/sigalor/whatsapp-web-reveng

Oh, I did not known that, I saw this repo yesterday. I'm really interested in trying to create this webview for whalesong too. What are you using to the tests?

I'll look into GTK, maybe C will be a good implementation for low memory consumption, or the native socket or protobuf for the communication. I've just went through some articles,...

Updated with the suggestions ~, waiting for CI~.

@DRBILISIM, maybe like [here](https://github.com/mukulhase/WebWhatsapp-Wrapper/blob/master/webwhatsapi/js/wapi.js#L693). ``` const idUser = new window.Store.UserConstructor("[email protected]"); const chat = await Store.Chat.find(idUser); ```

Maybe running like? ``` const idUser = new window.Store.UserConstructor("[email protected]"); const res = await window.Store.Presence.find(idUser); ``` It's a good idea to open an issue for this.

Replayed CI, but it seems all the last runs didn't finish.

That seems nice to have and counting with different clients.