The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

http2matrix.pl - run Net::Matrix::Webhook

VERSION

version 0.901

SYNOPSIS

http2matrix.pl
    --matrix_home_server matrix.example.com
    --matrix_room '#dev:example.com'
    --matrix_user your-bot
    --matrix_password 12345
    --http_port 8080
    --secret s3cr3+

DESCRIPTION

A wrapper script for Net::Matrix::Webhook. More info available there...

Per default, output will go to STDOUT via Log::Any with a default log level of info. You can set environment vars LOGADAPTER and LOGLEVEL to change this, or write your own wrapper...

AUTHOR

Thomas Klausner <domm@plix.at>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 - 2021 by Thomas Klausner.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.