Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
umayr committed Oct 2, 2019
1 parent 5f95166 commit 0f6374e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
@@ -0,0 +1,43 @@
# `insights`
> process exported whatsapp chat and generates insights.
# Usage

You need to have rust and cargo set up on your machine as it's not published anywhere

```b
λ 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 <file> [--pretty] [--timeline=<duration>]
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=<duration> sets the duration of the timeline [default: monthly]
options:
- daily
- weekly
- monthly
- yearly
λ insights path/to/exported/chat/file.txt
# [...]
```

0 comments on commit 0f6374e

Please sign in to comment.