A simple Plausible.io stats viewer

I use plausible for gathering visitor stats on my websites.

I wanted a quick way to perform adhoc filtering and sorting of page views.

I used streamlit to create an app that pulls the data from the plausible. API and renders in an AG Grid.

The app is live here:

https://share.streamlit.io/eviltester/seo-tooling/main/src/doStreamlitPlausibleStats.py

Source: https://github.com/eviltester/seo-tooling/blob/main/src/doStreamlitPlausibleStats.py

Requires a plausible.io account and you create an API key to your stats in the plausible.io settings

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.