Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrusme/conclusive
- Owner: mrusme
- License: gpl-3.0
- Created: 2021-04-08T03:36:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T18:23:50.000Z (4 months ago)
- Last Synced: 2024-10-18T06:36:33.826Z (22 days ago)
- Topics: api, cli, command-line, command-line-tool, commandline, commandline-interface, commandline-tool, plausible, plausible-analytics, terminal-based, tui, tui-rs
- Language: Rust
- Homepage: https://マリウス.com/conclusive-a-command-line-client-for-plausible-analytics/
- Size: 594 KB
- Stars: 33
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ratatui - conclusive - A command line client for Plausible Analytics. (💻 Apps / 🌐 Networking and Internet)
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`.