Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrusme/conclusive

Conclusive. A command line client for Plausible Analytics.
https://github.com/mrusme/conclusive

api cli command-line command-line-tool commandline commandline-interface commandline-tool plausible plausible-analytics terminal-based tui tui-rs

Last synced: 9 days ago
JSON representation

Conclusive. A command line client for Plausible Analytics.

Awesome Lists containing this project

README

        

Conclusive
----------

Conclusive. A command line client for
[Plausible Analytics](https://plausible.io).

![Conclusive](conclusive.png) \
*(thanks to Marko from Plausible.io for providing me a demo account to take this screenshot!)*

## Installing

```sh
cargo install conclusive
```

## Building

Clone this repository, `cd` into it on a terminal and build the binary:

```sh
cargo build --release
```

You will find the binary at `./target/release/conclusive`.

## Usage

In order to use `conclusive` you need to [create an
API token](https://plausible.io/settings#api-keys) in your
Plausible.io account.

Then export your API token as environment variable named `PLAUSIBLE_TOKEN`.

```sh
export PLAUSIBLE_TOKEN=YOUR-PLAUSIBLE-API-TOKEN
conclusive -p 30d YOUR-WEBSITE
```

For more further options check `conclusive -h`.