.. 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:: 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 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 <https://github.com/ronylpatil/chatInsights/releases>`__ 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
Raw data
{
"_id": null,
"home_page": "https://github.com/ronylpatil/chatInsights",
"name": "chatInsights",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "chat analysis, statistical analysis, eda",
"author": "ronilpatil",
"author_email": "ronylpatil@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/65/b1/3fc7faf5f08afa647b438609a1eafcb4ba11e150308045852a6bea95b8b5/chatinsights-0.0.2.tar.gz",
"platform": null,
"description": "\n.. image:: https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg\n :align: center\n :height: 200\n :alt: logo \n\n\n.. image:: https://img.shields.io/pypi/v/chatInsights.svg\n :target: https://pypi.org/project/chatInsights/\n\n.. image:: https://img.shields.io/pypi/pyversions/chatInsights.svg\n :target: https://pypi.org/project/chatInsights/\n\n.. image:: https://github.com/ronylpatil/chatInsights/actions/workflows/ci_pipeline.yaml/badge.svg\n :target: https://github.com/ronylpatil/chatInsights/actions?query=workflow%3Atest\n\n.. image:: https://github.com/ronylpatil/chatInsights/actions/workflows/cd_pipeline.yaml/badge.svg\n :target: https://github.com/ronylpatil/chatInsights/actions?query=workflow%3Atest\n\n\nThe ``chatInsights`` package make it easy to perform whatsApp group chat analysis using python.\n\nA simple code example:\n\n.. code-block:: python\n\n # import chatInsights class\n from chatInsights import ChatInsights\n \n # create obj of ChatInsights class\n obj = ChatInsights(r'E:/chat.txt')\n obj.active_users()\n obj.active_year()\n obj.active_month()\n obj.active_day()\n obj.word_cloud()\n\n\n.. list-table::\n :widths: 33 33 33\n :header-rows: 0\n\n * - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_users.png\n :width: 330px\n :height: 190px\n - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_year.png\n :width: 330px\n :height: 190px\n - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_month.png\n :width: 330px\n :height: 190px\n * - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/active_day.png\n :width: 330px\n :height: 190px\n - .. image:: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/doc/en/wordcloud.png\n :width: 330px\n :height: 190px\n -\n\n\nFeatures\n--------\n- User activity stats\n- Weekly message stats\n- Monthly message stats\n- Yearly message stats\n- Word Cloud\n\n\nDocumentation\n-------------\n\nUpdated soon.\n\n\nBugs/Requests\n-------------\n\nPlease use the `GitHub issue tracker <https://github.com/ronylpatil/chatInsights/issues>`_ to submit bugs or request features.\n\n\nChangelog\n---------\n\nConsult the `Changelog <https://github.com/ronylpatil/chatInsights/releases>`__ page for fixes and enhancements of each version.\n\n\nLicense\n-------\n\nDistributed under the terms of the `MIT`_ license.\n\n\n.. _`MIT`: https://raw.githubusercontent.com/ronylpatil/chatInsights/main/LICENSE\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "whatsapp group chat analysis python package",
"version": "0.0.2",
"project_urls": {
"Bug Tracker": "https://github.com/ronylpatil/chatInsights/issues",
"Changelog": "https://github.com/ronylpatil/chatInsights/releases",
"Homepage": "https://github.com/ronylpatil/chatInsights",
"Source": "https://github.com/ronylpatil/chatInsights"
},
"split_keywords": [
"chat analysis",
" statistical analysis",
" eda"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1079d461672edcf34ac1112a563a8f008fadc3ac33464c5f1482035fcc15e41a",
"md5": "7b0a7daa0f212ae70d2d3a286f7e6908",
"sha256": "6ee56e13cc6b9b3a9f24d09b6d50b4ce49b6c85ebd510334b2f25310f6377f20"
},
"downloads": -1,
"filename": "chatInsights-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7b0a7daa0f212ae70d2d3a286f7e6908",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 7682,
"upload_time": "2024-06-17T06:32:42",
"upload_time_iso_8601": "2024-06-17T06:32:42.378186Z",
"url": "https://files.pythonhosted.org/packages/10/79/d461672edcf34ac1112a563a8f008fadc3ac33464c5f1482035fcc15e41a/chatInsights-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "65b13fc7faf5f08afa647b438609a1eafcb4ba11e150308045852a6bea95b8b5",
"md5": "7ff9a8b6d6af7f10f65b754028a04d7d",
"sha256": "4cbefbc0b7b5e729bddae15b1a6a7878c021be27ea1305b52d48e2eaf2720a08"
},
"downloads": -1,
"filename": "chatinsights-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "7ff9a8b6d6af7f10f65b754028a04d7d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 8155,
"upload_time": "2024-06-17T06:32:43",
"upload_time_iso_8601": "2024-06-17T06:32:43.764988Z",
"url": "https://files.pythonhosted.org/packages/65/b1/3fc7faf5f08afa647b438609a1eafcb4ba11e150308045852a6bea95b8b5/chatinsights-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-17 06:32:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ronylpatil",
"github_project": "chatInsights",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "chatinsights"
}