NAME
Bot::ChatBots::Messenger - Messenger adapter for Bot::ChatBots
VERSION
This document describes Bot::ChatBots::Messenger version 0.004.
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 <
[email protected]>
COPYRIGHT AND LICENSE
Copyright (C) 2016 by Flavio Poletti <
[email protected]>
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.