Recover data from the SPIP statistics website to process it over time.
792
The objective of this tool is to recover data from the SPIP statistics website to process it over time.
# Poll & Store changes if any is detected
docker run -v $(pwd):/build spip/stats-poller
# Poll only
docker run -v $(pwd):/build spip/stats-poller poll-only
# Display last poll summary
docker run -v $(pwd):/build spip/stats-poller print
# Compile archives in CSV Files
docker run -v $(pwd):/build spip/stats-poller compile
Content type
Image
Digest
sha256:340ee390a…
Size
11.8 MB
Last updated
6 months ago
docker pull spip/stats-poller