App::MatrixClient - a Tickit-based terminal UI client for Matrix
App::MatrixClient
Tickit
* start() do_upload( file => $file, content_type => $type ) do_get_displayname( ?$user_id ) => $displayname do_set_displayname( $displayname ) do_set_presence( $state, ?$msg ) do_add_alias( $alias, $room_id ) do_del_alias( $alias ) do_room_create( $name ) => $event do_room_join( $name ) do_room_leave( $room_id ) do_room_msg( $room_id, $message )
* log( $str ) * logerr( $str ) on_invite( $event ) on_user_displayname( $user, $oldname ) on_user_presence( $user ) on_room_new( $room ) on_room_del( $room )
$client = App::MatrixClient->new( %args )
Takes the following named arguments:
Paul Evans <leonerd@leonerd.org.uk>
To install App::MatrixClient, copy and paste the appropriate command in to your terminal.
cpanm
cpanm App::MatrixClient
CPAN shell
perl -MCPAN -e shell install App::MatrixClient
For more information on module installation, please visit the detailed CPAN module installation guide.