2 releases (1 stable)
1.0.0 | Aug 1, 2022 |
---|---|
0.1.0 | Apr 6, 2022 |
#5 in #plausible
545KB
331 lines
Conclusive
Conclusive. A command line client for Plausible Analytics.
(thanks to Marko from Plausible.io for providing me a demo account to take this screenshot!)
Installing
cargo install conclusive
Building
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
.
Usage
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
.
Dependencies
~9–21MB
~318K SLoC