You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 weeks ago | |
---|---|---|
.gitignore | 4 weeks ago | |
README.md | 4 weeks ago | |
report.py | 4 weeks ago | |
requirements.txt | 4 weeks ago |
README.md
Plausible Page Report
Create a CSV of all page views by URL. Plausible has a page stats export, but this silently limits itself to the 100 most viewed pages. It does however have an API.
Usage
Create an API key, and export it as $PLAUSIBLE_API_TOKEN
python3 report.py <hostname>
If you run your own Plausible instance (like me), set $PLAUSIBLE_HOST
.