GitHunt
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 _CLOUD and ASTRA)
  • <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 to bootstrap)

Languages

PHP65.2%Twig34.8%

Contributors

Created May 10, 2018
Updated September 10, 2024
Programie/Trillian2Html | GitHunt