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

App::Hachero::Plugin::Summarize::Scraper - gets title or something via Web::Scraper

SYNOPSIS

  ---
  plugins:
    - module: Summarize::Scraper
      config:
        result_key: URI
        result:
            uri_from: path
            result_to: title
        uri:
            host: 'www.example.com'
        scraper:
            process: 
                - '//title'
                - 'title'
                - 'TEXT'
            result: 'title'

DESCRIPTION

gets title or something via Web::Scraper

implemented hooks

  • initialize

  • summarize

AUTHOR

Nobuo Danjou <nobuo.danjou@gmail.com>

SEE ALSO

Web::Scraper

App::Hachero

App::Hachero::Result