Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/umayr/insights-rs
- Owner: umayr
- License: mit
- Created: 2019-10-07T14:01:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T21:49:48.000Z (over 2 years ago)
- Last Synced: 2024-11-07T03:48:25.767Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 -hInsights - A minimalistic whatsapp chat analyser.
Usage:
insights [--pretty] [--timeline=]
insights (-h | --help)
insights --versionOptions:
-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
# {...}
```