Simple CLI Application (PHP) to extract sqlite3 logs from Skype into csv, json or screen.
Download pre-built PHAR file from Releases page
By running the CLI application without parameters you be able to see existing commands and documentation.
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.
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