PR
Programie/Trillian2Html
A script to convert Trillian chat logs to HTML files
Trillian2Html
A script to convert Trillian chat logs to HTML files.
Requirements
- PHP 7.0+ (cli)
- PHP DOM extension
- Composer (to install the PHP dependencies)
Installation
Just execute composer.phar install to install the dependencies.
Usage
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)