Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umayr/insights-rs

process exported whatsapp chat and generates insights
https://github.com/umayr/insights-rs

Last synced: 9 days ago
JSON representation

process exported whatsapp chat and generates insights

Awesome Lists containing this project

README

        

# `insights`
> process exported whatsapp chat and generates insights.

![build badge](https://github.com/umayr/insights-rs/workflows/Build/badge.svg)

# Usage

You can download the pre-built binaries from [here](https://github.com/umayr/insights-rs/releases/latest).

Or you can build it yourself but you need to have rust and cargo set up on your machine.

```
λ git clone github.com/umayr/insights-rs
λ cd insights-rs

λ cargo build --release

λ # in case you find it interesting enough
λ mv target/release/insights /usr/local/bin
```

Once you have that out of the way, you can use it like:
```
λ insights -h

Insights - A minimalistic whatsapp chat analyser.

Usage:
insights [--pretty] [--timeline=]
insights (-h | --help)
insights --version

Options:
-h --help shows this usage
--version shows the version of application
--pretty prints the analysis in pretty format
--timeline= sets the duration of the timeline [default: monthly]
options:
- daily
- weekly
- monthly
- yearly

λ insights path/to/exported/chat/file.txt
# {...}
```