Metadata-Version: 2.1
Name: wanalyzer
Version: 0.4
Summary: A WhatsApp Chat Analyzer Script
Home-page: https://github.com/rahuladream/Whatsapp-Chat-Analyzer/
Author: Rahul Singh
Author-email: rahul.singh4800@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: emoji
Requires-Dist: python-dateutil

# Whatsapp-Chat-Analyzer
Analyzing Whatsapp Chat (Personal &amp; Group)

* Current making is to analyzing the WhatsApp chat more efficiently

### Next Iteration

* Next step would be learn a model to predict the next chat 
* Automate my text in real time

##### Supported Analysis
----------------------
- Chat Count
- Chat Avaerage
- Member/Sender Rank
- Website/URL/Link Domain Rank
- Word Count and Rank
- Most Used Word by Sender
- Emoji Usage Rank
- Most Used Emoji by Sender
- Timestamp Heatmap
- Attachment Classification (In Android, there is no difference pattern for attachment. But in iOS we can actually classify between Image, Video, Audio, GIF, Sticker, Document, and Contact Card)

### Requirements
----------------------
- Python 3.6+
```python
pip install -r requirements.txt
```
### Usage
----------------------
```
$ git clone https://github.com/rahuladream/Whatsapp-Chat-Analyzer.git

$ cd Whatsapp-Chat-Analyzer
$ python analyzer.py chat_example.txt 
```

```shell
usage: python analyzer.py FILE [-h] [-d]

Read and analyze whatsapp chat

positional arguments:
  FILE                  Chat file path

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           Debug mode. Shows details for every parsed line.
```


