A script to convert Trillian chat logs to HTML files.
- PHP 7.0+ (cli)
- PHP DOM extension
- Composer (to install the PHP dependencies)
Just execute composer.phar install to install the dependencies.
Execute convert.php with the following arguments:
<own username>: Your own username<path to Trillian logs dir>: Path to your local Trillian logs folder (the one containing folders like_CLOUDandASTRA)<output dir>: The path to the folder where to put the resulting HTML files<template>: The template to use to render the HTML files (optional, defaults tobootstrap)