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-10-27 13:26:17 UTC
README
Simple Chats Analytics
This is a simple chat analytics for whatsapp group.
How To Use It
- Clone this repository
- Get the txt file from your backup group chat, save it for later.
- Create the database, then set the configuration of the database in
Database.php
file - Create new file
require 'phpchat/Analytics.php'; $filename = 'path/to/data.txt' // Path to data $data = new Analytics($filename); $data->insertData();