Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 673 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 673 Bytes

smetrics

Generate some stats based on users posts.

Requirements

Install

To install clone this repo and use composer to install the dependencies:

git clone git@github.com:tochix/smetrics.git
cd smetrics
composer install

Usage

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.