Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages