Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronylpatil/chatinsights
WhatsApp group chat analysis python package.
https://github.com/ronylpatil/chatinsights
cicd flake8 github-actions kanban-board mypy pypi pytest python tox
Last synced: 1 day ago
JSON representation
WhatsApp group chat analysis python package.
- Host: GitHub
- URL: https://github.com/ronylpatil/chatinsights
- Owner: ronylpatil
- License: mit
- Created: 2024-05-29T03:38:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T04:50:37.000Z (7 months ago)
- Last Synced: 2024-11-23T18:39:36.829Z (2 months ago)
- Topics: cicd, flake8, github-actions, kanban-board, mypy, pypi, pytest, python, tox
- Language: Python
- Homepage: https://pypi.org/project/chatInsights/
- Size: 667 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. 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%3AtestThe ``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:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_users.png
:width: 330px
:height: 190px
- .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_year.png
:width: 330px
:height: 190px
- .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_month.png
:width: 330px
:height: 190px
* - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_day.png
:width: 330px
:height: 190px
- .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/wordcloud.png
:width: 330px
:height: 190px
-Features
--------
- User activity stats
- Weekly message stats
- Monthly message stats
- Yearly message stats
- Word CloudDocumentation
-------------Updated soon.
Bugs/Requests
-------------Please use the `GitHub issue tracker `_ to submit bugs or request features.
Changelog
---------Consult the `Changelog `__ page for fixes and enhancements of each version.
License
-------Distributed under the terms of the `MIT`_ license.
.. _`MIT`: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/LICENSE