/skype-logs

Simple CLI Application (PHP) to extract mac sqlite lite logs from skype into csv, json or screen

Primary LanguagePHPMIT LicenseMIT

skype-logs

Simple CLI Application (PHP) to extract sqlite3 logs from Skype into csv, json or screen.

Installing

Download pre-built PHAR file from Releases page

Usage

By running the CLI application without parameters you be able to see existing commands and documentation.

Export command

You can export or view message logs on the screen or dumped into a file by running:

$ php skype-logs.phar export <your skype user> <other user>

The command will output a table with logs found, notice that the body is a shorter version for screen real state.

Compile PHAR on your own

This application uses box to generate a phar file.

A compiled version binary is available on the Releases page.

Also you can build you own by running box build in the project root folder:

$ composer install
$ composer phar