Skip to main content

whatsapp group chat analysis python package

Project description

.. image:: https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg :align: center :height: 200 :alt: logo

.. image:: https://img.shields.io/pypi/v/chatInsights.svg :target: https://pypi.org/project/chatInsights/

.. image:: https://img.shields.io/pypi/pyversions/chatInsights.svg :target: https://pypi.org/project/chatInsights/

.. image:: https://github.com/ronylpatil/chatInsights/actions/workflows/ci_pipeline.yaml/badge.svg :target: https://github.com/ronylpatil/chatInsights/actions?query=workflow%3Atest

.. image:: https://github.com/ronylpatil/chatInsights/actions/workflows/cd_pipeline.yaml/badge.svg :target: https://github.com/ronylpatil/chatInsights/actions?query=workflow%3Atest

The chatInsights package make it easy to perform whatsApp group chat analysis using python.

A simple code example:

.. code-block:: python

   # import chatInsights class
   from chatInsights import ChatInsights
   
   # create obj of ChatInsights class
   obj = ChatInsights(r'E:/chat.txt')
   obj.active_users()
   obj.active_year()
   obj.active_month()
   obj.active_day()
   obj.word_cloud()

.. list-table:: :widths: 33 33 33 :header-rows: 0

* - .. image:: doc/en/active_users.png
      :width: 330px
      :height: 190px
  - .. image:: doc/en/active_year.png
      :width: 330px
      :height: 190px
  - .. image:: doc/en/active_month.png
      :width: 330px
      :height: 190px
* - .. image:: doc/en/active_day.png
      :width: 330px
      :height: 190px
  - .. image:: doc/en/wordcloud.png
      :width: 330px
      :height: 190px
  - 

Features

  • User activity stats
  • Weekly message stats
  • Monthly message stats
  • Yearly message stats
  • Word Cloud

Documentation

Updated soon.

Bugs/Requests

Please use the GitHub issue tracker <https://github.com/ronylpatil/chatInsights/issues>_ to submit bugs or request features.

Changelog

Consult the Changelog <add changelog link here>__ page for fixes and enhancements of each version.

License

Distributed under the terms of the MIT_ license.

.. _MIT: https://github.com/ronylpatil/chatInsights/LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chatinsights-0.0.1a7.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

chatInsights-0.0.1a7-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page