Generate some stats based on users posts.
To install clone this repo and use composer to install the dependencies:
git clone git@github.com:tochix/smetrics.git
cd smetrics
composer install
Here's a basic usage example:
- Run the SMetrics client from your CLI
cd smetrics
php index.php
- Need to change config parameters? Update the config here.