LibreCodeCoop / whatsapp-client

WhatsApp web php client
GNU Affero General Public License v3.0
41 stars 12 forks source link

WhatsApp Full Web Api #20

Open mehmetsarr opened 2 years ago

mehmetsarr commented 2 years ago
  1. Hello, this warehouse also pulls the api directly from whatsapp Web.
  2. Can my notification system be made a bulk messaging and chatbot, i.e. automatic answering system?
vitormattos commented 2 years ago

Hi, This POC works over WhatsApp web injecting this https://github.com/mukulhase/WebWhatsapp-Wrapper/blob/master/webwhatsapi/js/wapi.js on WhatsApp web and wrapping all window.WAPI functions by native PHP functions.

mehmetsarr commented 2 years ago

Merhaba, Bu POC, WhatsApp web'e bu https://github.com/mukulhase/WebWhatsapp-Wrapper/blob/master/webwhatsapi/js/wapi.js`window.WAPI` enjekte ederek ve tüm işlevleri yerel PHP işlevleriyle sararak WhatsApp web üzerinden çalışır.

Thank you for the answer. I'm just going to use the wapi.js file? Do you have any information on how to wrap this with php?

vitormattos commented 2 years ago

This project wrap the wapi.js on PHP Look the example file.