The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bot::ChatBots::Messenger - Messenger adapter for Bot::ChatBots

VERSION

This document describes Bot::ChatBots::Messenger version 0.004.

Build Status Perl Version Current CPAN version Kwalitee CPAN Testers CPAN Testers Matrix

SYNOPSIS

   use Mojolicious::Lite;
   plugin 'Bot::ChatBots::Messenger',
      helper_name => 'messenger', # default is chatbots.messenger
      instances => [
         WebHook => [
            # Bot::ChatBots::Messenger::WebHook-specific parameters...
         ]
      ];
   app->start;

DESCRIPTION

This module allows you to load a Mojolicious plugin for dealing with Facebook Messenger webhooks for a chatbot.

METHODS

This module inherits from Bot::ChatBots::MojoPlugin and adds nothing.

BUGS AND LIMITATIONS

Report bugs either through RT or GitHub (patches welcome).

SEE ALSO

Foo::Bar.

AUTHOR

Flavio Poletti <polettix@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2016 by Flavio Poletti <polettix@cpan.org>

This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.