bmericc / whatsapp-chat

WA Chat API Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning

WhatsApp is trying to register and send messages I've tested. But WhatsApp instantly blocks connections.


whatsapp chat-api examples

chat-api and examples by https://github.com/mgp25/Chat-API/tree/master/examples


Installation

composer install

Usage

cd tools
php registerTool.php

After recording the user name and password. Change example/example.php

$username = "XXXXX";
$password = "XXXXX";
$nickname = "XXXX"; 
$target = "XXXX"; 

And

php example.php

What is WhatsApp?

According to the company:

“WhatsApp Messenger is a cross-platform mobile messenger that replaces SMS and works through the existing internet data plan of your device. WhatsApp is available for iPhone, BlackBerry, Android, Windows Phone, Nokia Symbian60 & S40 phones. Because WhatsApp Messenger uses the same internet data plan that you use for email and web browsing, there is no cost to message and stay in touch with your friends.”

Jan. 2015: 30 billion messages per day, ~700 million users.

License

As of November 1, 2015 Chat API is licensed under the GPLv3+: http://www.gnu.org/licenses/gpl-3.0.html.

About

WA Chat API Examples

License:GNU General Public License v3.0


Languages

Language:PHP 56.9%Language:CSS 43.1%