How to send message or even image to service whatsapp with qt?
Unsolved
QML and Qt Quick
-
Some C / C ++ Whatsapp API or even in Qml?
-
Whatsapp has no public API. that forces you to go through the application to use the service. You might be able to use https://web.whatsapp.com/ as a gateway to the service but it's kind of a hack and still forces you to have the app installed and running
-
@Everton-Fonseca To add to @VRonin's answer you can try loading the site in WebEngineView and access the elements thru JS using runJavaScript. May be you can try populating the textarea with the message and dynamically clicking the button using JS.
Something like this. It was a chrome extension.