/stunt_wprest_publishing_analyzer

Tool used to analyze WordPress blog publishing frequency

Primary LanguageShell

WordPress Rest API Analyzer

Script depends on:

To run it, first install the tool:

wget https://raw.githubusercontent.com/stuntcoders/stunt_wprest_publishing_analyzer/master/wpanalyzer.sh
sudo chmod +x ./wpanalyzer.sh
sudo cp ./wpanalyzer.sh /usr/local/bin/wpanalyzer

Then run following command:

wpanalyzer example.com

Script is assuming website is running under https, so if particular website you wish to analyze does not have SSL installed, make sure to run script with following command:

wpanalyzer example.com http

Do you wish to analyze multiple sites and have all results stored in one file for better overview? You can do that like this:

wpanalyzer site-one.com http file
wpanalyzer site-two.com http file
...
open wpanalyzer.csv

Copyright StuntCoders