All Projects → LibreCodeCoop → whatsapp-client

LibreCodeCoop / whatsapp-client

Licence: AGPL-3.0 license
WhatsApp web php client

Programming Languages

PHP
23972 projects - #3 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to whatsapp-client

whatsie
Qt Based WhatsApp Client
Stars: ✭ 437 (+1113.89%)
Mutual labels:  whatsapp, whatsapp-web, whatsapp-client
Whatsapp Web Reveng
Reverse engineering WhatsApp Web.
Stars: ✭ 5,320 (+14677.78%)
Mutual labels:  whatsapp, whatsapp-web
wappdriver
Wondering how to send WhatsApp messages using Python using only 3 lines of code? You have come to the right place!
Stars: ✭ 40 (+11.11%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-http-api
WhatsApp HTTP API that you can configure in a click!
Stars: ✭ 229 (+536.11%)
Mutual labels:  whatsapp, whatsapp-web
whatabomb
A whatsapp bombing GUI Script
Stars: ✭ 84 (+133.33%)
Mutual labels:  whatsapp, whatsapp-web
Whatsapp-Group-Contacts-Scraper
How to scrap whatsapp group contacts from https://web.whatsapp.com/
Stars: ✭ 65 (+80.56%)
Mutual labels:  whatsapp, whatsapp-web
WALC
An unofficial WhatsApp Desktop client for linux systems.
Stars: ✭ 212 (+488.89%)
Mutual labels:  whatsapp, whatsapp-web
WhatsAppThem
A simple PWA which you can use to send WhatsApp messages without saving the number.
Stars: ✭ 21 (-41.67%)
Mutual labels:  whatsapp, whatsapp-web
wppconnect-server
Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
Stars: ✭ 290 (+705.56%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (+5.56%)
Mutual labels:  whatsapp, whatsapp-web
PedeWhats
Projeto "Pede Whats", para solicitação de diversos tipos de comidas através do Whatsapp diretamente para o restaurante!
Stars: ✭ 18 (-50%)
Mutual labels:  whatsapp, whatsapp-web
superchats
SuperChats is a premium library with unique features that control Whatsapp functions. With Superchats you can build service bots, multiservice chats or any system that uses whatsapp
Stars: ✭ 100 (+177.78%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-bot
This is a Node.js console app containing Whatsapp handler using reactive methods to response messages as chatbot. Simple but useful project to start developing a complex NON-OFFICIAL Whatsapp chatbots.
Stars: ✭ 33 (-8.33%)
Mutual labels:  whatsapp, whatsapp-web
python-automated-bulk-whatsapp-messages
It is a python script to send automated bulk WhatsApp messages to multiple recipients from an excel sheet at once.
Stars: ✭ 56 (+55.56%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-bot
whatsapp bot build with nodejs
Stars: ✭ 62 (+72.22%)
Mutual labels:  whatsapp, whatsapp-web
Whatsapp Web.js
A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
Stars: ✭ 4,103 (+11297.22%)
Mutual labels:  whatsapp, whatsapp-web
WaWebSessionHandler
(DISCONTINUED) Save WhatsApp Web Sessions as files and open them everywhere!
Stars: ✭ 27 (-25%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-bot
Piyobot adalah whatsapp bot pintar
Stars: ✭ 124 (+244.44%)
Mutual labels:  whatsapp, whatsapp-web
whatsapp-verify
Check if a phone number exists on Whatsapp
Stars: ✭ 74 (+105.56%)
Mutual labels:  whatsapp, whatsapp-web
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-52.78%)
Mutual labels:  whatsapp, 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
  • List running browsers:

http://localhost:4443/grid/console

  • View the browser:

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

  • Tests. Sugestions:
    • PHPUnit
    • PHPStan
    • Psalm
    • Phan
  • Send qrcode to a Telegram bot
  • Intercept all messages and send to Telegram Bot in conversation with predefined Telegram user
  • Respond message in Telegram bot and forward the response to WhatsApp contact
  • Define default reply message every time when receive new message in WhatsApp
  • Identify when WhatsApp is offline and notify to user in Telegram Group to open the Whatsapp Client in cellphone
  • Multiple sessions
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].