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
# Save tthe git repository
docker run -v $(pwd):/build spip/stats-poller -e GIT_AUTHOR_NAME=$(git config --global --get user.name) -e GIT_AUTHOR_EMAIL=$(git config --global --get user.email) save