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

LiBot::Handler::URLFetcher - URL title fetcher

SYNOPSIS

    # config.pl
    +{
        'handlers' => [
            'URLFetcher'
        ]
    }

    # script
    <tokuhirom> http://www.quora.com/
    >bot< Title: Quora

DESCRIPTION

This bot tell me a <title> from the URL.

CONFIGURATION

There is no configuration parameters.