LibreCodeCoop / whatsapp-client

WhatsApp web php client
GNU Affero General Public License v3.0
43 stars 12 forks source link
hacktoberfest php whatsapp whatsapp-client whatsapp-web

Coverage Status

WhatsApp web php client

A client for WhatsApp web in PHP.

First run

Copy the file .env.example to .env and put your Telegram Bot Token and the id of chat with your bot and go up the containers:

docker-compose up -d
docker-compose exec php ./bin/build

Run

docker-compose up -d

Example of use

Run this command and read the content of file example.php:

docker-compose exec php php example.php

http://localhost:4443/grid/console

Open your VNC client and access the address localhost:port, the port is the number of port exposed in file docker-compose.yml for the choosed browser to use. Example: to see Firefox access localhost:5901, to see Chrome access localhost:5900.

Default password is: secret

Suggestions of new features