Skip to content

JamesRezo/spip-stats-recovery

Repository files navigation

My SPIP Stats

The objective of this tool is to recover data from the SPIP statistics website to process it over time.

Run

# 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

About

Recover data from https://stats.spip.net to process it over time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published