laf341 / WhatsApp-Web-Client

Trying to make the best Open Source Web Client for WhatsApp :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsApp Web Client

Trying to make the best Open Source Web Client for WhatsApp :)

Setting up the DB

You have to set your DB config in /lib/user/profile.php

	  $host='';
	  $dbname='';
	  $user='';
	  $pass='';

And you have to import /db/whatsapp.sql

About

Trying to make the best Open Source Web Client for WhatsApp :)


Languages

Language:PHP 64.3%Language:CSS 33.4%Language:JavaScript 2.3%