Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polettix/bot-chatbots-messenger

Messenger adapter for Bot::ChatBots
https://github.com/polettix/bot-chatbots-messenger

Last synced: 27 days ago
JSON representation

Messenger adapter for Bot::ChatBots

Awesome Lists containing this project

README

        

# NAME

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

# VERSION

This document describes Bot::ChatBots::Messenger version {{\[ version \]}}.



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](https://metacpan.org/pod/Mojolicious) plugin for dealing with
Facebook Messenger webhooks for a chatbot.

# METHODS

This module inherits from [Bot::ChatBots::MojoPlugin](https://metacpan.org/pod/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

# COPYRIGHT AND LICENSE

Copyright (C) 2016 by Flavio Poletti

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.