معرفی شرکت ها


Wtp-0.0.6.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Whatsapp chat analyzer with Python
ویژگی مقدار
سیستم عامل OS Independent
نام فایل Wtp-0.0.6.1
نام Wtp
نسخه کتابخانه 0.0.6.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Carlos Niquini
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/carlosniquini/Wtp
آدرس اینترنتی https://pypi.org/project/Wtp/
مجوز -
Wtp ======= Wtp is a tool to analyze Whatsapp chats. This tool uses the chat history (that can be acquired by the Whatsapp option 'Export chat') and displays in graphs information such as: - number of messages sent by each user; - number of characters sent by each user; - number of messages sent at each hour; - etc. ![chat](https://github.com/carlosniquini/Wtp/blob/master/docs/imgs/Figure_1.png) Example ------- ```python from Wtp import * wtp = Wtp("path\\to\\WhatsApp Chat with Some Group or Someone.txt") wtp.plot_msgs_by_users() ``` ![out](https://github.com/carlosniquini/Wtp/blob/master/docs/imgs/Figure_3.png) Installation ------------ ``` > pip install Wtp ``` There is an option to download the Wtp.py file and run: ``` > python Wtp.py [-h] -f FILE [-i] [-e] [-u USERS] [-r HIDE] [-m_users] [-w_users] [-c_users] [-m_user_w MSGS_USER_W] [-m_users_w] [-m_chat] [-m_chat_w] ``` Documentation ------------- - Common methods flags: - _path_chat_: path to the chat file (.txt); - _path_import_: path to the JSON file; - _i_: when True, initialize the object by the given JSON file. Default=False; - _\_u\__: number of users to show in graph. Default=All; - _hide_: when True, display name/number of users in graph. Default=False. - Methods: - plot_msgs_users(\_u\_=None, hide=True): plot # of msgs by each user; - plot_words_users(\_u\_=None, hide=True): plot # of words by each user; - plot_charac_users(\_u\_=None, hide=True): plot # of characters by each user; - plot_user_msgs_each_day(id, hide=True, t="u: 1"): plot # of msgs of a given _id_ by each day of the week; - plot_users_msgs_each_day(\_u\_=None, hide=True): plot # of msgs by each user by each day of the week; - plot_chat_msgs_each_day(): plot # of msgs by each day of the week; - plot_chat_msgs_each_hour(): plot # of msgs at each hour; - export(name = "data.json", use_pprint = False): export all data into a JSON file; - import_data(name = "data.json"): import all data from a given JSON file.


نیازمندی

مقدار نام
- matplotlib
- numpy


نحوه نصب


نصب پکیج whl Wtp-0.0.6.1:

    pip install Wtp-0.0.6.1.whl


نصب پکیج tar.gz Wtp-0.0.6.1:

    pip install Wtp-0.0.6.1.tar.gz