Crates.io | conclusive |
lib.rs | conclusive |
version | 1.0.0 |
source | src |
created_at | 2022-04-06 01:32:01.576703 |
updated_at | 2022-08-01 06:00:04.455547 |
description | A command line client for Plausible Analytics |
homepage | https://xn--gckvb8fzb.com/conclusive-a-command-line-client-for-plausible-analytics/ |
repository | https://github.com/mrusme/conclusive |
max_upload_size | |
id | 562867 |
size | 681,613 |
Conclusive. A command line client for Plausible Analytics.
(thanks to Marko from Plausible.io for providing me a demo account to take this screenshot!)
cargo install conclusive
Clone this repository, cd
into it on a terminal and build the binary:
cargo build --release
You will find the binary at ./target/release/conclusive
.
In order to use conclusive
you need to create an
API token in your
Plausible.io account.
Then export your API token as environment variable named PLAUSIBLE_TOKEN
.
export PLAUSIBLE_TOKEN=YOUR-PLAUSIBLE-API-TOKEN
conclusive -p 30d YOUR-WEBSITE
For more further options check conclusive -h
.