Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/polettix/bot-chatbots-messenger
- Owner: polettix
- License: other
- Created: 2016-11-11T18:31:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T05:23:45.000Z (about 8 years ago)
- Last Synced: 2024-10-27T12:33:06.974Z (3 months ago)
- Language: Perl
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
Bot::ChatBots::Messenger - Messenger adapter for Bot::ChatBots
# VERSION
This document describes Bot::ChatBots::Messenger version {{\[ version \]}}.
# 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.