khumam/php-chats-analytics

Simple Whatsapp chat analytics which can be used to view chat statistics.

1.0 2020-09-27 03:51 UTC

This package is auto-updated.

Last update: 2024-04-27 12:28:09 UTC


README

Simple Chats Analytics

This is a simple chat analytics for whatsapp group.

How To Use It

  1. Clone this repository
  2. Get the txt file from your backup group chat, save it for later.
  3. Create the database, then set the configuration of the database in Database.php file
  4. Create new file
require 'phpchat/Analytics.php';

$filename = 'path/to/data.txt'      // Path to data
$data = new Analytics($filename);
$data->insertData();