APPS
Plausible.io Stats Viewer
A simple tool to view Plausible.io stats via the API.
What is This?
A simple python application which, given:
- a domain
- an API Key from Plausible.io
Will Get the Stats from the API and render them in an AG Grid Data Grid which can be sorted, filtered, navigated and exported to CSV.
Local Execution
The code is open source and can be found on github.
- Check Python is installed
- in the
src
folder for the repo code -pip3 install -r requirements.txt
The command below will run the streamlit GUI version:
streamlit run doStreamlitPlausibleStats.py
The application uses Streamlit and the Streamlit AG Grid plugin to render the grid of data. AG Grid is an open source JavaScript Data Grid to make rendering interactive tabular data easy.